mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
13 lines
191 B
CSS
13 lines
191 B
CSS
header {
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 48px;
|
|
z-index: 1100;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#title {
|
|
color: var(--default-text-color);
|
|
} |