aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/site.scss
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-05 02:25:45 -0600
committerMatt Rude <[email protected]>2018-02-05 02:25:45 -0600
commit97d7f0413ea1b068af20a21a6fa1002b286c8ba5 (patch)
treea7948b62d793185839a314d0f90094ee2a84f323 /_sass/site.scss
parent2c117a6994b3cf814638e2b98cb78203539ec11a (diff)
downloadxmpp-site-lite-97d7f0413ea1b068af20a21a6fa1002b286c8ba5.tar.gz
xmpp-site-lite-97d7f0413ea1b068af20a21a6fa1002b286c8ba5.tar.bz2
xmpp-site-lite-97d7f0413ea1b068af20a21a6fa1002b286c8ba5.zip
Updates
Diffstat (limited to '_sass/site.scss')
-rw-r--r--_sass/site.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/_sass/site.scss b/_sass/site.scss
index 95b18c5..07100a9 100644
--- a/_sass/site.scss
+++ b/_sass/site.scss
@@ -26,9 +26,14 @@ html {
body {
position: relative;
+ font-family: 'Encode Sans Expanded', sans-serif;
}
+h1, h2, h3, h4, h5, h6 {
+ font-family: 'Ubuntu', sans-serif;
+}
+
// Links
a {
@@ -216,6 +221,7 @@ pre {
#nug-opening {
min-height:400px;
width: 100%;
+ padding-top: 80px;
span {
font-size: 100px;
}
@@ -229,6 +235,15 @@ pre {
margin-right: -20%;
padding-right: 20%;
}
+ .card {
+ background-color: rgba(0,0,0,0.2);
+ a {
+ color: #fff;
+ }
+ }
+ .list-group-item {
+ background-color: unset;
+ }
}
#nug-index {