Button styles

This commit is contained in:
Sodbileg Gansukh 2023-07-19 12:27:40 +08:00
parent b1e7826197
commit 1df2e4c9b5
3 changed files with 10 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -192,6 +192,14 @@ a:hover {
border-radius: 100px;
}
.has-slab-title .gh-button {
border-radius: 8px;
}
.has-serif-title .gh-button {
border-radius: 0;
}
.gh-button:hover {
opacity: 0.95;
}