Add dark mode
This commit is contained in:
parent
ffddc32073
commit
426c956d45
@ -4,6 +4,15 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Gitea | Melon Tools</title>
|
<title>Gitea | Melon Tools</title>
|
||||||
<style>
|
<style>
|
||||||
|
html, body {
|
||||||
|
background-color: #2a2c2d;
|
||||||
|
color: #d8d4d0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #4699fa;
|
||||||
|
}
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
Reference in New Issue
Block a user