summaryrefslogtreecommitdiff
path: root/assets/css/theme.css
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-08-27 16:50:54 -0600
committerHombreLaser <sebastian-440@live.com>2023-08-27 16:50:54 -0600
commit3f526d0dbb0608e249d6ff711c30275bce773faa (patch)
treeb091a388722e1f7fd0a54e3799c1f265ebf98d44 /assets/css/theme.css
parent1a5b82d2e13b42543f7fecff88ceeafa73e8f5e8 (diff)
Add assets
Diffstat (limited to 'assets/css/theme.css')
-rw-r--r--assets/css/theme.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css
new file mode 100644
index 0000000..baf0158
--- /dev/null
+++ b/assets/css/theme.css
@@ -0,0 +1,55 @@
+body {
+ padding-top: 60px;
+ padding-bottom: 60px;
+}
+
+.copyright {
+ color: #ffffff;
+}
+
+.footer {
+ text-align: center;
+}
+
+.footer a {
+ color: #ee4444;
+}
+
+.sidebar h1 {
+ color: #ee4444;
+ font-size: 1.3em;
+}
+
+.sidebar a {
+ color: #428bca;
+}
+
+.sidebar li {
+ margin-top: .7em;
+ line-height: 1em;
+}
+
+.sidebar a:hover {
+ color: #3071a9;
+}
+
+.container-left {
+ margin: 0;
+}
+
+.well h1 {
+ color: #ee4444;
+ font-size: 1.3em;
+}
+
+.author {
+ color: #ee4444;
+}
+
+.author a {
+ color: #ee4444;
+}
+
+.contact-medium {
+ color: #ee4444;
+}