mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 22:46:16 -04:00
Get themes under control; button hover splash
This commit is contained in:
parent
4c04c54350
commit
998c5dac51
7 changed files with 165 additions and 133 deletions
|
@ -7,4 +7,14 @@
|
|||
radial-gradient(at 82% 73%, hsla(265,72%,20%,1) 0px, transparent 50%);
|
||||
|
||||
min-height: 800px;
|
||||
}
|
||||
|
||||
.button.secondary {
|
||||
color: rgb(54 206 255);
|
||||
border: 1px solid rgb(54 206 255);
|
||||
}
|
||||
|
||||
.button.secondary:hover {
|
||||
color: white;
|
||||
border-color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue