aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-12-29 05:28:34 -0500
committerBobby <[email protected]>2022-12-29 05:28:34 -0500
commit8ae5991bb2481f5fc1de7b9012adcc4ae2e39aba (patch)
treef72f55b98a8d7daeec6cb6965ab8baa3064db532 /static/css
parent69d7fc10d6a9c1d22008a3ef6bbd6e0a6bd3948d (diff)
downloadthatcomputerscientist-8ae5991bb2481f5fc1de7b9012adcc4ae2e39aba.tar.xz
thatcomputerscientist-8ae5991bb2481f5fc1de7b9012adcc4ae2e39aba.zip
Fix a few things here and there
Diffstat (limited to 'static/css')
-rw-r--r--static/css/main.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/static/css/main.css b/static/css/main.css
index b7809849..5c87e59a 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -12,7 +12,12 @@ body {
color: #dddddd;
}
-a {
+#editor-container {
+ font-size: 11px;
+ font-family: Verdana,Helvetica,Arial,Sans-Serif;
+}
+
+a, #editor-container a {
color: #a591ee;
text-decoration: none;
}
@@ -21,7 +26,7 @@ a:hover {
text-decoration: underline;
}
-h2 {
+h2, #editor-container h2 {
color: white;
font-size: 11px;
font-weight: bold;
@@ -104,7 +109,8 @@ input, textarea {
}
.ql-mathjax-block img {
- margin-bottom: 13px;
+ margin-bottom: 15px;
+ padding: 0px !important;
}
.ql-mathjax-inline img{
@@ -212,18 +218,19 @@ input, textarea {
color: #56a6a1;
}
-#article-body {
+#article-body, #editor-container {
font-size: 13px;
+ text-align: justify;
}
-#article-body img {
+#article-body img, #editor-container img {
height: 250px;
width: auto;
float: left;
- padding: 0px 10px 10px 0px;
+ padding: 0px 20px 20px 0px;
}
-#article-body h2, #article-body h1 {
+#article-body h2, #article-body h1, #editor-container h2, #editor-container h1 {
text-transform: uppercase;
padding-bottom: 0px;
border-bottom: none;