mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
removed bar dropdown styles
This commit is contained in:
28
style.css
28
style.css
@@ -94,34 +94,6 @@
|
|||||||
.bar:has(#barItem1:hover) #barItem2 {
|
.bar:has(#barItem1:hover) #barItem2 {
|
||||||
background: purple;
|
background: purple;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bar dropdown styling*/
|
|
||||||
.dropbtn {
|
|
||||||
border: none;
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
.dropbtn:hover .drop-content {
|
|
||||||
display: block;
|
|
||||||
background-color: red;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
.drop-content {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
.drop-content * {
|
|
||||||
float: none;
|
|
||||||
text-decoration: none;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.drop-content a:hover {
|
|
||||||
background-color: #ddd;
|
|
||||||
}
|
|
||||||
.drop-content {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
/* Bar dropdown styling*/
|
|
||||||
/* Bar styling*/
|
/* Bar styling*/
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|||||||
Reference in New Issue
Block a user