xygt/app/static/css/style.css
2023-12-29 21:11:22 +00:00

21 lines
No EOL
320 B
CSS

body {
background-color: #000;
color: #fff;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 16px;
}
.nav-item {
display: inline;
margin: 0 10px;
}
a {
color: #fff;
text-decoration: underline;
}
a:hover {
color: #fff;
text-decoration: double underline;
}