aboutsummaryrefslogtreecommitdiff
path: root/src/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/main.css')
-rw-r--r--src/css/main.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/css/main.css b/src/css/main.css
index cdc1317..00aee3e 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -93,9 +93,15 @@ h4 { font-size: 1.50rem }
h5 { font-size: 1.25rem }
h6 { font-size: 1.10rem }
h1, h2, h3, h4, h5, h6 { margin-bottom: 1rem }
-section, p, ul, ol { margin-bottom: 1rem }
+section, p, ul, ol, table { margin-bottom: 1rem }
ul, ol { padding-left: 1.5em }
a { color: rgb(12,144,110)}
+table { border-collapse: collapse }
+th { background-color: #fafafa }
+td, th {
+ border: 1px solid #ddd;
+ padding: 0.3rem 0.5rem;
+}
img {
border-radius: 0.5rem;
box-shadow: 0px 0px 30px rgba(31,38,103,0.2);
@@ -107,6 +113,7 @@ img.simple {
margin: 0px;
}
+
/*
* UTILS
*/