This commit is contained in:
parent
af93df305f
commit
0010952643
1 changed files with 21 additions and 0 deletions
21
navbar.css
21
navbar.css
|
@ -22,6 +22,15 @@
|
|||
z-index: 10;
|
||||
}
|
||||
|
||||
.simple-topbar {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 1.2cm;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.topbar-group {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -71,6 +80,12 @@
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
.simple-topbar {
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border: 1px solid rgba(224, 224, 224, 1);
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
@ -88,4 +103,10 @@
|
|||
border: 1px solid #1f1f1f;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.simple-topbar {
|
||||
background-color: #303030;
|
||||
border: 1px solid #1f1f1f;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue