what2watch/templates/css/ww.css

25 lines
317 B
CSS
Raw Normal View History

2023-10-22 20:35:41 +00:00
body {
background-color: darkgrey
}
#header {
text-align: end;
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.warning {
background-color: goldenrod;
}
.watchlist {
background-color: ghostwhite;
}
.header_logged_in {
display: flex;
flex-direction: column;
}