mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
small tweaks
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
/*regular text (body, p, b, h*) styles*/
|
/*regular text (body, p, b, h*) styles*/
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: system-ui;
|
font-family: system-ui;
|
||||||
transition: all 0.2s;
|
transition: 0.2s;
|
||||||
}
|
}
|
||||||
b {
|
b {
|
||||||
color: #ff6200
|
color: #ff6200
|
||||||
@@ -55,7 +54,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
@@ -83,7 +81,7 @@
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
}
|
}
|
||||||
.barItem a:hover dropbtn:hover {
|
.barItem a:hover {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
|
||||||
@@ -91,6 +89,9 @@
|
|||||||
-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);
|
||||||
}
|
}
|
||||||
|
.barItem a:hover {
|
||||||
|
width: 120%;
|
||||||
|
}
|
||||||
.bar:has(#barItem1:hover) #barItem2 {
|
.bar:has(#barItem1:hover) #barItem2 {
|
||||||
background: purple;
|
background: purple;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user