mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-20 15:35:47 -04:00
Add digitalgarden to css
This commit is contained in:
parent
88fb4b1021
commit
0a38cefea2
@ -861,4 +861,15 @@ button:hover,
|
||||
.button.button-psgallery:hover,
|
||||
.button.button-psgallery:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
}
|
||||
|
||||
/* Digital Garden */
|
||||
.button.button-digitalgarden {
|
||||
color: #ffffff;
|
||||
background-color: #5e409d;
|
||||
}
|
||||
|
||||
.button.button-digitalgarden:hover,
|
||||
.button.button-digitalgarden:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user