Skip to content

Commit e254e1e

Browse files
committed
Better link colors (#74)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent d2188da commit e254e1e

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

content.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"sha512": "237b289a1f8c935bfcfdb636d8baf74a61e5f0cee8a96aec7252795b89e2be61",
2121
"size": 1146
2222
},
23+
"CNAME": {
24+
"sha512": "f3554f1dbe3d6cd5598e63f3068ce4b133662c709e23789eb4c572fcc6bc6894",
25+
"size": 16
26+
},
2327
"Fonts/Material Icons/font.css": {
2428
"sha512": "6d6940b43ac0f2d4225503f0cf589176e4ffb3817c5d804ec96567a23d10f7e7",
2529
"size": 875
@@ -547,11 +551,11 @@
547551
},
548552
"ignore": "(^.git)",
549553
"inner_path": "content.json",
550-
"modified": 1541955228,
554+
"modified": 1541956112,
551555
"postmessage_nonce_security": true,
552556
"signers_sign": "GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=",
553557
"signs": {
554-
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "HKPhh0KU948HbqtP5HZCj/6Vl1Bd33GFWRx1zgMbPgAeMW3AF25fC+Xcf9BgaN0WlIgjPBMQqrhfOq9NFUlGng4="
558+
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "HDfU2TG1FK2jT4xT2Ihg6FvsTASsy0ASyBToiwlTqsYdKNWd3PtG2ZZr8TlQ5bp++0Joze9Qzhp1ejva9b4OfCE="
555559
},
556560
"signs_required": 1,
557561
"title": "Framework.js",

css/dark-common.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ h6.color{color:#00A18570!important}
2626
color: #8e9194!important;
2727
}
2828
p.color{color:#00A18570!important}
29-
a {
30-
color: #58dbec !important;
31-
}
29+
a{color:#58dbec!important}
3230
::selection {
3331
background: #00A18570!important;
3432
color: #a7a7a7!important;

css/page-common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ body{background:rgb(239, 239, 239);font-family: Roboto;-webkit-font-smoothing:an
2020
.article,article{margin:15px 8px 8px 8px}
2121
.comments,comments{margin:15px 8px 8px 8px}
2222

23-
a:-webkit-any-link{#5b6ed6}
24-
a:visited{color:#aa4eaf}
23+
a{color:#0074D9!important}
24+
a:visited{color:#5b6ed6!important}
2525
a:hover{font-weight:bold;text-decoration:none}
2626
a:active{opacity:0.5}
2727
a .badge{color:#fff!important;text-decoration:none}

0 commit comments

Comments
 (0)