diff options
| author | Bobby <[email protected]> | 2022-12-01 02:22:53 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-01 02:22:53 -0500 |
| commit | 52eef1dc274257ef07455285d08309fa551b1f41 (patch) | |
| tree | 9ef6c4f2bfe9f04f76e97401df69bbd47a98bf80 /static/css/main.css | |
| parent | 0328d3087cc3db49428f8c87170ff03b894f98ad (diff) | |
| download | thatcomputerscientist-52eef1dc274257ef07455285d08309fa551b1f41.tar.xz thatcomputerscientist-52eef1dc274257ef07455285d08309fa551b1f41.zip | |
Forcing Pagination Link Colors in CSS
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css index 4e5df555..66766c11 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -250,17 +250,17 @@ summary { padding: 5px 10px; cursor: pointer; background: #06022c; - color: #8693e1; + color: #8693e1 !important; margin: 0 5px; } .page-disabled { - color: #aaa; + color: #aaa !important; cursor: not-allowed; } .page-active { - color: #fff; + color: #fff !important; background: #000; text-decoration: none; } |
