Browse Source

Forgot greenlink styling.

Frederic G. MARAND 8 years ago
parent
commit
fded83d980
3 changed files with 12 additions and 1 deletions
  1. 5 0
      public/css/styles.css
  2. 1 1
      public/css/styles.css.map
  3. 6 0
      public/css/styles.scss

+ 5 - 0
public/css/styles.css

@@ -2,4 +2,9 @@
 .thin_border {
   border: 1px solid black; }
 
+.greenlink:hover {
+  background-color: #67b168;
+  color: white;
+  text-decoration: none; }
+
 /*# sourceMappingURL=styles.css.map */

+ 1 - 1
public/css/styles.css.map

@@ -1,6 +1,6 @@
 {
 "version": 3,
-"mappings": "AAAA,8CAA8C;AAC9C,YAAa;EACZ,MAAM,EAAE,eAAe",
+"mappings": "AAAA,8CAA8C;AAC9C,YAAa;EACZ,MAAM,EAAE,eAAe;;AAGxB,gBAAiB;EACf,gBAAgB,EAAE,OAAO;EACzB,KAAK,EAAE,KAAK;EACZ,eAAe,EAAE,IAAI",
 "sources": ["styles.scss"],
 "names": [],
 "file": "styles.css"

+ 6 - 0
public/css/styles.scss

@@ -2,3 +2,9 @@
 .thin_border {
 	border: 1px solid black;
 }
+
+.greenlink:hover {
+  background-color: #67b168;
+  color: white;
+  text-decoration: none;
+}