mirror of
https://github.com/AngelJumbo/gruvbox-wallpapers.git
synced 2026-08-08 23:12:30 +00:00
Added .btn transition
This commit is contained in:
@@ -60,7 +60,7 @@ h2 {
|
||||
}
|
||||
|
||||
.s {
|
||||
transition: all 0.7s ease-in-out;
|
||||
transition: background 0.7s ease-in-out;
|
||||
}
|
||||
|
||||
.s1 {
|
||||
@@ -145,6 +145,8 @@ img:hover {
|
||||
}
|
||||
|
||||
.btn {
|
||||
transition: background 0.4s ease-in-out;
|
||||
|
||||
cursor: pointer;
|
||||
background-color: var(--bg-color-reverse);
|
||||
color: var(--fg-color-reverse);
|
||||
|
||||
Reference in New Issue
Block a user