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

18 lines
269 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 {
color: rgba(200, 200, 200, 0.8)
}
input {
color: $white
}
2022-11-19 16:58:10 +01:00
}