Separate get.css file for optimization

This commit is contained in:
DarkCat09 2023-08-16 11:34:04 +04:00
parent db74607922
commit 9f7be9e451
No known key found for this signature in database
GPG Key ID: 4785B6FB1C50A540
3 changed files with 28 additions and 28 deletions

View File

@ -36,31 +36,3 @@ main {
width: 100%;
margin: auto;
}
a {
color: var(--link);
}
a:hover {
color: var(--link-hl);
}
pre {
display: block;
max-width: 100%;
overflow-x: auto;
}
table {
display: block;
max-width: 100%;
overflow-x: auto;
}
img, picture, video {
max-width: 100%;
height: auto;
}
frame, iframe {
max-width: 100%;
}

27
static/get.css Normal file
View File

@ -0,0 +1,27 @@
a {
color: var(--link);
}
a:hover {
color: var(--link-hl);
}
pre {
display: block;
max-width: 100%;
overflow-x: auto;
}
table {
display: block;
max-width: 100%;
overflow-x: auto;
}
img, picture, video {
max-width: 100%;
height: auto;
}
frame, iframe {
max-width: 100%;
}

View File

@ -7,6 +7,7 @@
<meta name="robots" content="noindex, nofollow">
<title><%= parsed.title %></title>
<link rel="stylesheet" href="/static/common.css">
<link rel="stylesheet" href="/static/get.css">
</head>
<body>
<main>