mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Doc - Better language/version selector colors
This commit is contained in:
@ -17,9 +17,13 @@
|
|||||||
background-color: #A6B0FF;
|
background-color: #A6B0FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-button.active {
|
||||||
|
background-color: #7988FF;
|
||||||
|
}
|
||||||
|
|
||||||
.menu-dropdown {
|
.menu-dropdown {
|
||||||
display: none;
|
display: none;
|
||||||
background-color: #A6B0FF;
|
background-color: #7988FF;
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
@ -34,11 +38,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu-dropdown a:hover {
|
.menu-dropdown a:hover {
|
||||||
background-color: #6670FF;
|
background-color: #A6B0FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-link.active {
|
.dropdown-link.active {
|
||||||
background-color: #424ac6;
|
background-color: #A6B0FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.show {
|
.show {
|
||||||
|
Reference in New Issue
Block a user