diff options
author | Ciaran Gallagher <[email protected]> | 2019-12-02 17:46:34 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2019-12-02 17:46:34 +0000 |
commit | 74c15fa7a348af4bf01999911acf9fefcedb7598 (patch) | |
tree | a7b9e83bf388d8f967be9d600f6f94db05d3ac33 /css | |
parent | d5ae5383ad62fc526ee92cbee7d7b93b88bf1f54 (diff) | |
download | pasta-74c15fa7a348af4bf01999911acf9fefcedb7598.tar.gz pasta-74c15fa7a348af4bf01999911acf9fefcedb7598.zip |
Added option to choose "No Subtitles"
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 679e762..b3f098e 100644 --- a/css/main.css +++ b/css/main.css @@ -24,7 +24,7 @@ small { } nav h3 small.text-muted { - color: rgb(240,240,240) !important; + color: rgb(190,190,190); } a { |