aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/static
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2020-07-05 20:05:02 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2020-07-05 20:05:02 +0100
commit40419ddc5b2133860059074793211238894bb95f (patch)
tree8213749877f103477a87e9b11e002ccdf86ea0a2 /src/main/resources/static
parent66e4782c5c422b4f99a4763212bdc974efffc65b (diff)
downloadreddit-lite-master.tar.xz
reddit-lite-master.zip
Fix stylingHEADmaster
Diffstat (limited to 'src/main/resources/static')
-rw-r--r--src/main/resources/static/stylesheets/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/static/stylesheets/style.css b/src/main/resources/static/stylesheets/style.css
index d9cc3fa..0bf1697 100644
--- a/src/main/resources/static/stylesheets/style.css
+++ b/src/main/resources/static/stylesheets/style.css
@@ -24,9 +24,6 @@ p {
padding: 4px 10px;
text-decoration: none;
color: #000000;
- white-space: normal;px;
-}
- word-break: normal;
}
.header-links {
@@ -141,7 +138,6 @@ pre {
.landing-desc {
padding: 10px 5px;
- font-size: 10px;
}
@media (prefers-color-scheme: dark) {
@@ -186,6 +182,10 @@ pre {
opacity: 0.87;
}
+ .landing-desc {
+ opacity: 0.87
+ }
+
a {
color: #03dac6;
}