diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 11:35:02 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 11:35:02 +0100 |
commit | 2ea653353f35c43b9941bbcfa167d1d75efcafbd (patch) | |
tree | 6f429b2465e83e129669f4bdf5ac1bc126806714 /wpisy/style.css | |
parent | aa40aaa9a871ed4b20ca6696c3d13bf8ad73772b (diff) | |
download | kronika-2ea653353f35c43b9941bbcfa167d1d75efcafbd.tar.gz kronika-2ea653353f35c43b9941bbcfa167d1d75efcafbd.zip |
Add joinus section
Diffstat (limited to 'wpisy/style.css')
-rw-r--r-- | wpisy/style.css | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/wpisy/style.css b/wpisy/style.css index 30ce0ba..00ec4cf 100644 --- a/wpisy/style.css +++ b/wpisy/style.css @@ -38,6 +38,26 @@ html, body { color: var(--primary); } +a.button { + text-decoration: none; +} + +a.button:hover { + color: #fff; +} + +.button, +button { + background-color: #507b34; + padding: 10px; + max-width: 150px; + border: none; + cursor: pointer; + color: #fff; + text-align: center; + font-family: inherit; +} + nav a { vertical-align: middle; } @@ -108,7 +128,6 @@ article, header > *, article, footer > * { - max-width: 80ex; margin: 0 auto; width: 100%; padding: 1ex; |