aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/assets/stylesheets/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/jekyll/assets/stylesheets/main.css')
-rw-r--r--site/jekyll/assets/stylesheets/main.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/site/jekyll/assets/stylesheets/main.css b/site/jekyll/assets/stylesheets/main.css
new file mode 100644
index 0000000..8c5d1a0
--- /dev/null
+++ b/site/jekyll/assets/stylesheets/main.css
@@ -0,0 +1,25 @@
+header::before {
+ width: 100%;
+ height: 10px;
+ display: block;
+ background-color: #e8f6fa;
+ content: '';
+}
+
+.navbar {
+ margin-bottom: 0px;
+}
+
+.jumbotron {
+ background-color: #e8f6fa;
+}
+
+.navbar-brand img {
+ display: inline-block;
+ max-height: 100%;
+}
+
+aside.notice {
+ padding: 15px;
+ background-color: #f2f2f2;
+} \ No newline at end of file