From 3de247f1e0aec96458996d849f95a2d6b4765978 Mon Sep 17 00:00:00 2001 From: "serny.s" Date: Wed, 5 Jan 2022 13:59:03 +0100 Subject: [PATCH] little fix --- style/style_fun.css | 2 -- style/style_home.css | 1 - style/style_index.css | 2 -- style/style_log.css | 9 +++++++-- style/style_main.css | 1 - 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/style/style_fun.css b/style/style_fun.css index 9aeb4e3..9e2613b 100644 --- a/style/style_fun.css +++ b/style/style_fun.css @@ -51,5 +51,3 @@ animation: defilement 40s linear infinite; color: yellow; } - -/*# sourceMappingURL=style_fun.css.map */ diff --git a/style/style_home.css b/style/style_home.css index 06f709f..6a8caa3 100644 --- a/style/style_home.css +++ b/style/style_home.css @@ -34,4 +34,3 @@ main .title h1 a:hover, main .title h1:visited a:hover, main .title h1:link a:ho font-size: 5em; } -/*# sourceMappingURL=style_home.css.map */ diff --git a/style/style_index.css b/style/style_index.css index 3e4a1ea..856a88b 100644 --- a/style/style_index.css +++ b/style/style_index.css @@ -221,5 +221,3 @@ main .main-side u img { height: 18px; width: 18px; } - -/*# sourceMappingURL=style_index.css.map */ diff --git a/style/style_log.css b/style/style_log.css index e6ad18b..6262f50 100644 --- a/style/style_log.css +++ b/style/style_log.css @@ -52,6 +52,13 @@ input:focus-visible { } /* Fin Reset */ + +a { + text-decoration: none; + color: black; + cursor: default; +} + input:focus { position: relative; color: red; @@ -121,5 +128,3 @@ div > input[type=submit], div > a { font-family: roboto, sans-serif; background-color: inherit; } - -/*# sourceMappingURL=style_log.css.map */ diff --git a/style/style_main.css b/style/style_main.css index 6ddf3af..2dc839d 100644 --- a/style/style_main.css +++ b/style/style_main.css @@ -151,4 +151,3 @@ footer a { color: white; } -/*# sourceMappingURL=style_main.css.map */