Update style.css
Browse files
style.css
CHANGED
@@ -117,6 +117,11 @@ section > .aside {
|
|
117 |
font-size: 0.8em;
|
118 |
}
|
119 |
|
|
|
|
|
|
|
|
|
|
|
120 |
img {
|
121 |
max-width: 100%;
|
122 |
height: auto;
|
@@ -198,8 +203,6 @@ article > .sticky-content {
|
|
198 |
}
|
199 |
}
|
200 |
|
201 |
-
|
202 |
-
|
203 |
.dialog {
|
204 |
display: none;
|
205 |
position: fixed;
|
|
|
117 |
font-size: 0.8em;
|
118 |
}
|
119 |
|
120 |
+
a {
|
121 |
+
color: inherit;
|
122 |
+
text-decoration: none;
|
123 |
+
}
|
124 |
+
|
125 |
img {
|
126 |
max-width: 100%;
|
127 |
height: auto;
|
|
|
203 |
}
|
204 |
}
|
205 |
|
|
|
|
|
206 |
.dialog {
|
207 |
display: none;
|
208 |
position: fixed;
|