mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
More improvements
This commit is contained in:
@@ -3,13 +3,14 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 18px;
|
||||
a > h2 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
6
static/css/frontpage.css
Normal file
6
static/css/frontpage.css
Normal file
@@ -0,0 +1,6 @@
|
||||
code {
|
||||
background-color: #212121;
|
||||
padding: 2px;
|
||||
border-radius: 4px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
Reference in New Issue
Block a user