Skip to content

Commit

Permalink
📌 ISSUE-#5 - Adjust styles CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Jan 19, 2023
1 parent 03b7169 commit a181849
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion mkdocs_simple_blog/assets/stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,15 @@ table td,table th {

@media only screen and (max-width: 1200px) {
.source-detail {
border-color: var(--primary)
border-color: var(--primary);
}
}

@media all and (min-width: 992px) {
.dropdown-menu > li:hover{ background-color: var(--primary) }
}

.dropdown-item.active, .dropdown-item:active {
color: var(--background) !important;
background-color: var(--primary) !important;
}
2 changes: 1 addition & 1 deletion mkdocs_simple_blog/assets/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ table tr td:last-child,table tr th:last-child {
text-decoration: overline;
}

@media only screen and (max-width: 680px) {
@media only screen and (max-width: 780px) {
.site-name {
font-size: 14px !important;
}
Expand Down

0 comments on commit a181849

Please sign in to comment.