aboutsummaryrefslogtreecommitdiff
path: root/src/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/src/app.css b/src/app.css
index ab61613..9d00231 100644
--- a/src/app.css
+++ b/src/app.css
@@ -25,6 +25,18 @@
--column-margin-top: 4rem;
}
+/* #bg {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+ background: url('https://wallpapercave.com/wp/wp2128227.jpg') no-repeat center center fixed;
+ background-size: cover;
+ opacity: 0.02;
+} */
+
body {
min-height: 100vh;
margin: 0;
@@ -74,13 +86,13 @@ a:hover {
}
h1 {
- font-size: 2rem;
+ /* font-size: 2rem; */
text-align: center;
}
-h2 {
+/* h2 {
font-size: 1rem;
-}
+} */
pre {
font-size: 16px;