summaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-23 18:11:33 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-23 18:11:33 -0700
commit533853eaa3ffdb3d278ce7730a0012dfbc6b3fd1 (patch)
tree24cf2f559e14035286c42a2c091cded2f2456cc1 /static/styles.css
parentc206dc3f77135ea0fc3a66597567d7d66335141e (diff)
downloadroseh.moe-533853eaa3ffdb3d278ce7730a0012dfbc6b3fd1.tar.zst
Use tabs.
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css43
1 files changed, 22 insertions, 21 deletions
diff --git a/static/styles.css b/static/styles.css
index 6902bd2..00e6d59 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -1,41 +1,42 @@
@font-face {
- font-family: 'QuickLove';
- src: url('/static/QuickLove.woff2') format('woff2'),
- url('/static/QuickLove.woff') format('woff');
- font-weight: normal;
- font-style: normal;
+ font-family: 'QuickLove';
+ src:
+ url('/static/QuickLove.woff2') format('woff2'),
+ url('/static/QuickLove.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
}
body {
- background: #f5f5f5;
- font-size: 25px;
+ background: #f5f5f5;
+ font-size: 25px;
}
h1 {
- font-size: 70px;
- color: #ff69b4;
- font-family: 'QuickLove';
+ font-size: 70px;
+ color: #ff69b4;
+ font-family: 'QuickLove';
}
section {
- max-width: 800px;
- margin: 0 auto 50px;
- padding: 40px;
- background: #fff0f5;
- border: 5px solid #ff69b4;
- border-radius: 15px;
- box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
+ max-width: 800px;
+ margin: 0 auto 50px;
+ padding: 40px;
+ background: #fff0f5;
+ border: 5px solid #ff69b4;
+ border-radius: 15px;
+ box-shadow: 0 0 10px rgba(255, 105, 180, 0.5);
}
img {
- border: 5px solid #ff69b4;
- background: white;
+ border: 5px solid #ff69b4;
+ background: white;
}
a:link {
- color: #ff69b4;
+ color: #ff69b4;
}
a:visited {
- color: #a02090;
+ color: #a02090;
}