mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-03 04:37:55 +01:00
Inline CSS moved to external (#1137)
This commit is contained in:
parent
703438ce0b
commit
7354af3b24
@ -6,35 +6,7 @@
|
||||
<meta charset="utf-8">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<style>
|
||||
html {
|
||||
background-color: #eee;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 1.4em;
|
||||
text-align: center;
|
||||
color: #222;
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
height: 7em;
|
||||
margin: 3em auto;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #aeaeae !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<img src="logo.svg" alt="LocalCDN" class="logo"/>
|
||||
|
27
resources/blocked/style.css
Normal file
27
resources/blocked/style.css
Normal file
@ -0,0 +1,27 @@
|
||||
html {
|
||||
background-color: #eee;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 1.4em;
|
||||
text-align: center;
|
||||
color: #222;
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
height: 7em;
|
||||
margin: 3em auto;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #aeaeae !important;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user