aboutsummaryrefslogtreecommitdiff
path: root/_layouts/base.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/base.html')
-rw-r--r--_layouts/base.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/_layouts/base.html b/_layouts/base.html
index 12202d9..cf4dc27 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -114,7 +114,6 @@
114 overflow-x: auto; 114 overflow-x: auto;
115 padding: 1em; 115 padding: 1em;
116 border: var(--border-size) var(--border-style) var(--border-color); 116 border: var(--border-size) var(--border-style) var(--border-color);
117 border-radius: 3px;
118 } 117 }
119 118
120 code { 119 code {
@@ -148,7 +147,6 @@
148 img, video, audio { 147 img, video, audio {
149 width: 800px; 148 width: 800px;
150 max-width: 100%; 149 max-width: 100%;
151 border-radius: 3px;
152 } 150 }
153 151
154 header nav { 152 header nav {
@@ -160,9 +158,7 @@
160 margin: 0!important; 158 margin: 0!important;
161 } 159 }
162 160
163 audio::-webkit-media-controls-enclosure { 161 audio::-webkit-media-controls-enclosure { }
164 border-radius: 3px;
165 }
166 162
167 .highlight .hll { background-color: #ffffcc } 163 .highlight .hll { background-color: #ffffcc }
168 .highlight { background: #ffffff; } 164 .highlight { background: #ffffff; }