mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-25 08:06:51 +00:00
Highlight selected language and model
This commit is contained in:
@@ -26,6 +26,7 @@ body {
|
||||
|
||||
.header-title {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.header-title h2 {
|
||||
@@ -170,6 +171,11 @@ body {
|
||||
color: #a5e77a;
|
||||
}
|
||||
|
||||
.btn.selected {
|
||||
fill: #a5e77a;
|
||||
color: #a5e77a;
|
||||
}
|
||||
|
||||
.btn svg:not(:last-child) {
|
||||
margin-right: 5px;
|
||||
}
|
||||
@@ -240,4 +246,9 @@ body {
|
||||
right: 17px;
|
||||
top: 37px;
|
||||
}
|
||||
|
||||
.nav-selector-menu {
|
||||
right: 0;
|
||||
left: initial;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user