gctf2023/web/where-is-the-scope/public/assets/css/style.css

18 lines
424 B
CSS
Raw Normal View History

2023-11-24 18:05:41 +00:00
body {
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
background-color: #343230;
color: white;
}
#navigation {
background-color: #403f3b;
padding: 10px;
}
.notes, .notes:focus, .notes:focus-visible {
background-color: #403f3b;
border: #977201 1px solid;
outline: none;
color: #3f3;
}