We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05be499 commit 29f502fCopy full SHA for 29f502f
static/css/main.css
@@ -6,7 +6,8 @@ h1,
6
h2,
7
h3,
8
p,
9
-h4 {
+h4,
10
+pre {
11
color: white;
12
}
13
@media only screen and (min-width: 0px) and (max-width: 1100px) {
templates/codes.html
@@ -5,6 +5,7 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='asset/icon.ico') }}">
+ <link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
<title>Codes</title>
</head>
<body>
0 commit comments