Browse Source

little fix

master
SERNY Sacha 3 years ago
parent
commit
3de247f1e0
  1. 2
      style/style_fun.css
  2. 1
      style/style_home.css
  3. 2
      style/style_index.css
  4. 9
      style/style_log.css
  5. 1
      style/style_main.css

2
style/style_fun.css

@ -51,5 +51,3 @@
animation: defilement 40s linear infinite; animation: defilement 40s linear infinite;
color: yellow; color: yellow;
} }
/*# sourceMappingURL=style_fun.css.map */

1
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; font-size: 5em;
} }
/*# sourceMappingURL=style_home.css.map */

2
style/style_index.css

@ -221,5 +221,3 @@ main .main-side u img {
height: 18px; height: 18px;
width: 18px; width: 18px;
} }
/*# sourceMappingURL=style_index.css.map */

9
style/style_log.css

@ -52,6 +52,13 @@ input:focus-visible {
} }
/* Fin Reset */ /* Fin Reset */
a {
text-decoration: none;
color: black;
cursor: default;
}
input:focus { input:focus {
position: relative; position: relative;
color: red; color: red;
@ -121,5 +128,3 @@ div > input[type=submit], div > a {
font-family: roboto, sans-serif; font-family: roboto, sans-serif;
background-color: inherit; background-color: inherit;
} }
/*# sourceMappingURL=style_log.css.map */

1
style/style_main.css

@ -151,4 +151,3 @@ footer a {
color: white; color: white;
} }
/*# sourceMappingURL=style_main.css.map */

Loading…
Cancel
Save