summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-08-31 00:02:11 -0600
committerHombreLaser <sebastian-440@live.com>2023-08-31 00:02:11 -0600
commit328a7f4fc8f1b4b923b5fd4ccb66225bed54876f (patch)
treec7be034663a2f91363e2132829c41e380f000890
parent0348b658b52e93c9d0bd1ab9221dde74c8c8326a (diff)
Customize theme
-rw-r--r--assets/css/theme.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css
index baf0158..428d27b 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -17,11 +17,12 @@ body {
.sidebar h1 {
color: #ee4444;
- font-size: 1.3em;
+ font-size: 1.5em;
}
.sidebar a {
color: #428bca;
+ font-size: 1em;
}
.sidebar li {
@@ -39,6 +40,11 @@ body {
.well h1 {
color: #ee4444;
+ font-size: 1.8em;
+}
+
+.well h2 {
+ color: #3F83BF;
font-size: 1.3em;
}
@@ -53,3 +59,7 @@ body {
.contact-medium {
color: #ee4444;
}
+
+.sidebar-url {
+ font-size: 1em;
+}