wiki-grav/themes/learn2-dark/scss/theme/_header.scss

18 lines
271 B
SCSS
Raw Normal View History

2022-11-19 16:54:25 +01:00
#header {
background: $header-bg;
}
2022-11-19 16:58:10 +01:00
.searchbox {
2022-11-19 16:58:55 +01:00
border: 2px solid lighten($header-bg, 10%);
background: darken($header-bg, 10%);
2022-11-19 16:58:10 +01:00
border-radius: 4px;
2022-11-19 17:02:08 +01:00
label {
2024-06-30 11:44:29 +02:00
color: rgba(200, 200, 200, 0.8);
2022-11-19 17:02:08 +01:00
}
input {
2024-06-30 11:44:29 +02:00
color: $white;
}
2022-11-19 16:58:10 +01:00
}