styles
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Struchkov Mark 2024-09-07 00:41:53 +03:00
parent 07923196fb
commit 98679a6aac
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -20,6 +20,7 @@ a.internal {
.recent-notes>ul.recent-ul>li .section>.desc>span>a {
padding: 0;
background: none;
}
.search>#search-container {
@ -64,3 +65,7 @@ h4 {
margin-top: 2rem;
font-size: 1.2rem;
}
.page article p>strong {
color: var(--secondary);
}