Skip to content

Commit 29f502f

Browse files
committed
better styling
1 parent 05be499 commit 29f502f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

static/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ h1,
66
h2,
77
h3,
88
p,
9-
h4 {
9+
h4,
10+
pre {
1011
color: white;
1112
}
1213
@media only screen and (min-width: 0px) and (max-width: 1100px) {

templates/codes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='asset/icon.ico') }}">
8+
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
89
<title>Codes</title>
910
</head>
1011
<body>

0 commit comments

Comments
 (0)