Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +19 -19
index.html
CHANGED
|
@@ -6,46 +6,46 @@
|
|
| 6 |
|
| 7 |
.darkly,
|
| 8 |
.default {
|
| 9 |
-
font-family: Arial, Helvetica, sans-serif
|
| 10 |
}
|
| 11 |
|
| 12 |
.default {
|
| 13 |
-
background: #fff;
|
| 14 |
-
color: #495057;
|
| 15 |
-
background: #fdfdfe
|
| 16 |
}
|
| 17 |
|
| 18 |
.default b {
|
| 19 |
-
color: #2fa4e7
|
| 20 |
}
|
| 21 |
|
| 22 |
.darkly {
|
| 23 |
-
background: #303030;
|
| 24 |
-
color: #fff
|
| 25 |
}
|
| 26 |
|
| 27 |
.journal {
|
| 28 |
-
font-family: "Arial Narrow Bold", sans-serif;
|
| 29 |
-
background: #fff;
|
| 30 |
-
color: #000
|
| 31 |
}
|
| 32 |
|
| 33 |
.morph,
|
| 34 |
.sketchy {
|
| 35 |
-
font-style: italic
|
| 36 |
}
|
| 37 |
|
| 38 |
.sketchy {
|
| 39 |
-
font-family: Neucha, Arial, sans-serif;
|
| 40 |
-
background: #fff;
|
| 41 |
-
border: 2px solid #000
|
| 42 |
}
|
| 43 |
|
| 44 |
.morph {
|
| 45 |
-
font-family: Nunito, Arial, sans-serif;
|
| 46 |
-
background: #d9e3f1;
|
| 47 |
-
color: #485785;
|
| 48 |
-
box-shadow: rgba(109, 114, 121, .2) 2px 2px 6px 0 inset, rgba(255, 255, 255, .2) -3px -2px 4px 0 inset
|
| 49 |
}
|
| 50 |
</style>
|
| 51 |
<style>
|
|
@@ -186,7 +186,7 @@
|
|
| 186 |
.topic_root__71QQk {
|
| 187 |
display: flex;
|
| 188 |
flex-direction: row;
|
| 189 |
-
height:
|
| 190 |
}
|
| 191 |
|
| 192 |
.topic_root__71QQk>main {
|
|
|
|
| 6 |
|
| 7 |
.darkly,
|
| 8 |
.default {
|
| 9 |
+
font-family: Arial, Helvetica, sans-serif !important;
|
| 10 |
}
|
| 11 |
|
| 12 |
.default {
|
| 13 |
+
background: #fff !important;
|
| 14 |
+
color: #495057 !important;
|
| 15 |
+
background: #fdfdfe !important;
|
| 16 |
}
|
| 17 |
|
| 18 |
.default b {
|
| 19 |
+
color: #2fa4e7 !important;
|
| 20 |
}
|
| 21 |
|
| 22 |
.darkly {
|
| 23 |
+
background: #303030 !important;
|
| 24 |
+
color: #fff !important;
|
| 25 |
}
|
| 26 |
|
| 27 |
.journal {
|
| 28 |
+
font-family: "Arial Narrow Bold", sans-serif !important;
|
| 29 |
+
background: #fff !important;
|
| 30 |
+
color: #000 !important;
|
| 31 |
}
|
| 32 |
|
| 33 |
.morph,
|
| 34 |
.sketchy {
|
| 35 |
+
font-style: italic !important;
|
| 36 |
}
|
| 37 |
|
| 38 |
.sketchy {
|
| 39 |
+
font-family: Neucha, Arial, sans-serif !important;
|
| 40 |
+
background: #fff !important;
|
| 41 |
+
border: 2px solid #000 !important;
|
| 42 |
}
|
| 43 |
|
| 44 |
.morph {
|
| 45 |
+
font-family: Nunito, Arial, sans-serif !important;
|
| 46 |
+
background: #d9e3f1 !important;
|
| 47 |
+
color: #485785 !important;
|
| 48 |
+
box-shadow: rgba(109, 114, 121, .2) 2px 2px 6px 0 inset, rgba(255, 255, 255, .2) -3px -2px 4px 0 inset !important;
|
| 49 |
}
|
| 50 |
</style>
|
| 51 |
<style>
|
|
|
|
| 186 |
.topic_root__71QQk {
|
| 187 |
display: flex;
|
| 188 |
flex-direction: row;
|
| 189 |
+
height: 640px;
|
| 190 |
}
|
| 191 |
|
| 192 |
.topic_root__71QQk>main {
|