gctf2023/web/where-is-the-scope/public/assets/css/style.css
2023-11-24 13:05:41 -05:00

18 lines
424 B
CSS

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;
}