summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/style.css b/style.css
index 9318f16..d0a27a9 100644
--- a/style.css
+++ b/style.css
@@ -14,6 +14,11 @@
src: url(LibreFranklin-VariableFont_wght.ttf);
}
+@font-face {
+ font-family: 'Franklin-Italic';
+ src: url(LibreFranklin-Italic.ttf);
+}
+
body {
background: rgb(224, 221, 217, 0.27);
}
@@ -289,12 +294,17 @@ header {
}
.reviews_grid > div > q {
- font-size: 1.2rem;
- color: darkgray;
+ font-size: 1.3rem;
+ font-family: "Franklin-Italic";
+ line-height: 1.2em;
+ color: #4e8273;
padding-right: 30px;
padding-top: 20px;
padding-bottom:100px
- text-align: end;
+}
+
+.reviews_grid > div > p {
+ color: darkgray;
}
.footer {