mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-25 18:33:57 +01:00
small improvements
This commit is contained in:
parent
73c57cf284
commit
75d26a4b57
|
@ -108,6 +108,11 @@ p, p *, ol, ul, li {
|
|||
line-height: 32px;
|
||||
}
|
||||
|
||||
h6 {
|
||||
opacity: 0.7;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
:focus:not(:focus-visible) {
|
||||
outline: none;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -96,6 +96,10 @@ pre code
|
|||
p, p *, ol, ul, li
|
||||
line-height: 32px
|
||||
|
||||
h6
|
||||
opacity: 0.7
|
||||
font-weight: normal
|
||||
|
||||
:focus:not(:focus-visible)
|
||||
|
||||
outline: none
|
||||
|
|
|
@ -52,5 +52,10 @@
|
|||
<p>You are so excellent [...]. Thank you for your contributions.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h6>
|
||||
All these quotes are from our Discord server, none of these users are in our team or got any kind of rewards for saying that.
|
||||
None of our users were asked to say that, they said it on their own. We just edited spelling, grammar and punctuation on these messages.
|
||||
</h6>
|
||||
</main>
|
||||
{% include 'parts/end.html' %}
|
||||
|
|
Loading…
Reference in a new issue