aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-05-03 17:44:38 +0200
committerMateja <mail@matejamaric.com>2021-05-03 17:44:38 +0200
commit34b3fefaddd165b649c53e140f6b749c18943d26 (patch)
tree3c53c59d29df1fc1d3165eddd7c83ed3aab871f1 /public
parent9eeca255cfe41ca4a962422c3703274caa530021 (diff)
downloadnode-playground-34b3fefaddd165b649c53e140f6b749c18943d26.tar.gz
node-playground-34b3fefaddd165b649c53e140f6b749c18943d26.zip
Add delete option on every post.
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css3
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; }