diff options
Diffstat (limited to 'css/frontPage.scss')
-rw-r--r-- | css/frontPage.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/frontPage.scss b/css/frontPage.scss index 72fea89..fe34a92 100644 --- a/css/frontPage.scss +++ b/css/frontPage.scss @@ -6,6 +6,7 @@ justify-content: center; height: calc(100vh + 1rem); padding-bottom: 1rem; + pointer-events: none; width: 100%; body.about & { @@ -49,6 +50,10 @@ background-color: #4D4084; } + body.u8c & { + background-color: #444747; + } + #glyph { display: block; font-size: 4rem; |