summaryrefslogtreecommitdiff
path: root/webcards/styles/home/base.css
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-04-03 16:44:23 -0400
committerKyle Gunger <corechg@gmail.com>2020-04-03 16:44:23 -0400
commit1697da112a9b9f529fad2f54c62aecd7bbb614e6 (patch)
tree68c7cd383107e824953b6aa213d05d9a6842b73f /webcards/styles/home/base.css
parent3040a822085adeb9025ddc1a4573cf37cb37d377 (diff)
[WEBCARDS] Update some webcards stuff
Diffstat (limited to 'webcards/styles/home/base.css')
-rw-r--r--webcards/styles/home/base.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/webcards/styles/home/base.css b/webcards/styles/home/base.css
index 2ef3693..99bb148 100644
--- a/webcards/styles/home/base.css
+++ b/webcards/styles/home/base.css
@@ -33,21 +33,21 @@ div.content {
align-items: center;
}
-a {
+a, button {
font-size: 24px;
display: block;
color: white;
+ box-sizing: border-box;
border-radius: 5px;
+ border: none;
padding: 5px;
- background-color: dodgerblue;
+ background-color: #0084ff;
transition-duration: 0.2s;
text-decoration: none;
margin-top: 10px;
-
- max-width: 100px;
} \ No newline at end of file