From b1b880c8186fa0b9579e5a16779da94cd8df2b91 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 28 Dec 2018 13:37:06 -0600 Subject: [PATCH] Change: (sites/news.ycombinator.com) Quote color to violet --- css/apprentice/apprentice-all-sites.css | 2 +- css/apprentice/apprentice-news.ycombinator.com.css | 2 +- css/darculized/darculized-all-sites.css | 2 +- css/darculized/darculized-news.ycombinator.com.css | 2 +- css/gruvbox/gruvbox-all-sites.css | 2 +- css/gruvbox/gruvbox-news.ycombinator.com.css | 2 +- css/solarized-dark/solarized-dark-all-sites.css | 2 +- css/solarized-dark/solarized-dark-news.ycombinator.com.css | 2 +- css/solarized-light/solarized-light-all-sites.css | 2 +- css/solarized-light/solarized-light-news.ycombinator.com.css | 2 +- sites/news.ycombinator.com.styl | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/css/apprentice/apprentice-all-sites.css b/css/apprentice/apprentice-all-sites.css index 56b7efd..4f547b1 100644 --- a/css/apprentice/apprentice-all-sites.css +++ b/css/apprentice/apprentice-all-sites.css @@ -1308,7 +1308,7 @@ a.storylink { color: rgba(255,0,0,0.65) !important; } .comment i { - color: #585858 !important; + color: #ee82ee !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #262626 !important; diff --git a/css/apprentice/apprentice-news.ycombinator.com.css b/css/apprentice/apprentice-news.ycombinator.com.css index 868f148..efbf18f 100644 --- a/css/apprentice/apprentice-news.ycombinator.com.css +++ b/css/apprentice/apprentice-news.ycombinator.com.css @@ -74,7 +74,7 @@ a.storylink { color: rgba(255,0,0,0.65) !important; } .comment i { - color: #585858 !important; + color: #ee82ee !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #262626 !important; diff --git a/css/darculized/darculized-all-sites.css b/css/darculized/darculized-all-sites.css index 12093cc..471264d 100644 --- a/css/darculized/darculized-all-sites.css +++ b/css/darculized/darculized-all-sites.css @@ -1308,7 +1308,7 @@ a.storylink { color: rgba(255,66,56,0.65) !important; } .comment i { - color: #5e6263 !important; + color: #797fd4 !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #262626 !important; diff --git a/css/darculized/darculized-news.ycombinator.com.css b/css/darculized/darculized-news.ycombinator.com.css index 7cda6c2..79167fe 100644 --- a/css/darculized/darculized-news.ycombinator.com.css +++ b/css/darculized/darculized-news.ycombinator.com.css @@ -74,7 +74,7 @@ a.storylink { color: rgba(255,66,56,0.65) !important; } .comment i { - color: #5e6263 !important; + color: #797fd4 !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #262626 !important; diff --git a/css/gruvbox/gruvbox-all-sites.css b/css/gruvbox/gruvbox-all-sites.css index 08ccc2b..f1bbce2 100644 --- a/css/gruvbox/gruvbox-all-sites.css +++ b/css/gruvbox/gruvbox-all-sites.css @@ -1308,7 +1308,7 @@ a.storylink { color: rgba(255,34,23,0.65) !important; } .comment i { - color: #b8bb26 !important; + color: #d3869b !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #282828 !important; diff --git a/css/gruvbox/gruvbox-news.ycombinator.com.css b/css/gruvbox/gruvbox-news.ycombinator.com.css index e7a641c..f082644 100644 --- a/css/gruvbox/gruvbox-news.ycombinator.com.css +++ b/css/gruvbox/gruvbox-news.ycombinator.com.css @@ -74,7 +74,7 @@ a.storylink { color: rgba(255,34,23,0.65) !important; } .comment i { - color: #b8bb26 !important; + color: #d3869b !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #282828 !important; diff --git a/css/solarized-dark/solarized-dark-all-sites.css b/css/solarized-dark/solarized-dark-all-sites.css index cf714c8..6665ac3 100644 --- a/css/solarized-dark/solarized-dark-all-sites.css +++ b/css/solarized-dark/solarized-dark-all-sites.css @@ -1308,7 +1308,7 @@ a.storylink { color: rgba(255,54,43,0.65) !important; } .comment i { - color: #586e75 !important; + color: #6c71c4 !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #002b36 !important; diff --git a/css/solarized-dark/solarized-dark-news.ycombinator.com.css b/css/solarized-dark/solarized-dark-news.ycombinator.com.css index 93c6008..00da063 100644 --- a/css/solarized-dark/solarized-dark-news.ycombinator.com.css +++ b/css/solarized-dark/solarized-dark-news.ycombinator.com.css @@ -74,7 +74,7 @@ a.storylink { color: rgba(255,54,43,0.65) !important; } .comment i { - color: #586e75 !important; + color: #6c71c4 !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #002b36 !important; diff --git a/css/solarized-light/solarized-light-all-sites.css b/css/solarized-light/solarized-light-all-sites.css index 69a8ac8..e1a638a 100644 --- a/css/solarized-light/solarized-light-all-sites.css +++ b/css/solarized-light/solarized-light-all-sites.css @@ -1308,7 +1308,7 @@ a.storylink { color: rgba(202,0,0,0.65) !important; } .comment i { - color: #93a1a1 !important; + color: #6c71c4 !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #fdf6e3 !important; diff --git a/css/solarized-light/solarized-light-news.ycombinator.com.css b/css/solarized-light/solarized-light-news.ycombinator.com.css index 38347e9..e21399e 100644 --- a/css/solarized-light/solarized-light-news.ycombinator.com.css +++ b/css/solarized-light/solarized-light-news.ycombinator.com.css @@ -74,7 +74,7 @@ a.storylink { color: rgba(202,0,0,0.65) !important; } .comment i { - color: #93a1a1 !important; + color: #6c71c4 !important; } #hnmain > tbody:nth-child(1) > tr:nth-child(4) { background-color: #fdf6e3 !important; diff --git a/sites/news.ycombinator.com.styl b/sites/news.ycombinator.com.styl index 41700e9..09856f1 100644 --- a/sites/news.ycombinator.com.styl +++ b/sites/news.ycombinator.com.styl @@ -62,7 +62,7 @@ a.storylink // Quoted (italics, when people use them) .comment i - color comment + color violet // ** Footer