mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-09 08:28:51 +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">
|
<meta charset="utf-8">
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
<style>
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
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>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="logo.svg" alt="LocalCDN" class="logo"/>
|
<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