diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/static/stylesheets/style.css | 8 |
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; } |