mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
reverted changes
This commit is contained in:
@@ -53,11 +53,10 @@
|
|||||||
.bar {
|
.bar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: flex;
|
|
||||||
list-style-type: none;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
|
list-style-type: none;
|
||||||
|
|
||||||
-webkit-backdrop-filter: blur(2.5px);
|
-webkit-backdrop-filter: blur(2.5px);
|
||||||
-moz-backdrop-filter: blur(2.5px);
|
-moz-backdrop-filter: blur(2.5px);
|
||||||
@@ -69,13 +68,12 @@
|
|||||||
}
|
}
|
||||||
.barItem {
|
.barItem {
|
||||||
float: left;
|
float: left;
|
||||||
flex: 1;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.barItem * {
|
.barItem * {
|
||||||
display: block;
|
|
||||||
color: #222;
|
color: #222;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
display: block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
@@ -90,7 +88,7 @@
|
|||||||
-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
|
-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
|
||||||
box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
|
box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
.bar:has(a:hover) .barItem {
|
.bar:has(#barItem1:hover) #barItem2 {
|
||||||
}
|
}
|
||||||
/* Bar styling*/
|
/* Bar styling*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user