xygt/app/static/css/style.css

21 lines
320 B
CSS
Raw Normal View History

2023-12-29 20:47:28 +01:00
body {
background-color: #000;
color: #fff;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 16px;
}
2023-12-29 22:11:22 +01:00
.nav-item {
2023-12-29 20:47:28 +01:00
display: inline;
margin: 0 10px;
}
a {
color: #fff;
text-decoration: underline;
}
a:hover {
color: #fff;
text-decoration: double underline;
}