💄style: set consistent no border radius

Only border radius left is main picture.
This commit is contained in:
welpo
2023-02-08 22:13:39 +01:00
parent ffb4c1279f
commit 4f7e25b01e
6 changed files with 1 additions and 11 deletions

View File

@@ -57,17 +57,16 @@ header {
justify-content: right;
color: var(--text-color);
padding: 0.66rem;
border-radius: 5px;
transition: 100ms;
}
.home-title {
font-size: 1.7em;
font-weight: 600;
padding-right: 0.33rem;
border: none;
color: var(--accent-color);
text-decoration: none;
border-radius: 5px;
}
.meta {