From 4e92d8bb1cf365e6d9aacde60e7394639238cd45 Mon Sep 17 00:00:00 2001 From: Krio Date: Sat, 4 Sep 2021 12:25:22 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20?= =?UTF-8?q?=D1=86=D0=B2=D0=B5=D1=82=20=D0=BD=D0=B5=D0=BF=D0=BE=D1=81=D0=B5?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=BD=D1=8B=D1=85=20=D1=81=D1=81=D1=8B=D0=BB?= =?UTF-8?q?=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/static/styles.css b/web/static/styles.css index 11ac930..7cbce6a 100644 --- a/web/static/styles.css +++ b/web/static/styles.css @@ -53,6 +53,10 @@ a:hover { box-shadow:0 5px 10px rgba(0, 0, 0, .15); } +a:link { + color: #2E3E50; +} + a:visited { color: #2E3E50; }