This commit is contained in:
2025-09-02 22:25:30 +03:00
parent d23055a0bf
commit f59e1eeebd
9 changed files with 92 additions and 17 deletions

View File

@@ -22,17 +22,17 @@ body {
}
.topnav_button {
padding: 1rem 3rem;
margin: 3px 10px;
width: 12rem;
padding: 0.6rem 2rem;
margin: 3px 3px;
background: var(--bg-color-ll);
border: 2px solid var(--bg-color);
border-radius: 10px;
text-align: center;
font-size: 25px;
}
.topnav_button a {
text_decoration: none;
}
.topnav_button:hover {
cursor: pointer
background: var(--bg-color)
}