diff options
author | Mateja <mail@matejamaric.com> | 2021-05-03 17:44:38 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-05-03 17:44:38 +0200 |
commit | 34b3fefaddd165b649c53e140f6b749c18943d26 (patch) | |
tree | 3c53c59d29df1fc1d3165eddd7c83ed3aab871f1 /public/css/style.css | |
parent | 9eeca255cfe41ca4a962422c3703274caa530021 (diff) | |
download | node-playground-34b3fefaddd165b649c53e140f6b749c18943d26.tar.gz node-playground-34b3fefaddd165b649c53e140f6b749c18943d26.zip |
Add delete option on every post.
Diffstat (limited to 'public/css/style.css')
-rw-r--r-- | public/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index d3a017d..d8fb0d5 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -20,6 +20,9 @@ footer, nav { padding: 1rem; border-radius: 0 35%; } +a.badge { text-decoration: none; } +a.badge:hover { color: white; } + .btn { background: #002147; color: white; } |