diff --git a/css/style.css b/css/style.css index 801dbea..b291e45 100644 --- a/css/style.css +++ b/css/style.css @@ -37,13 +37,15 @@ body.fh5co-overflow { } a { - color: #f7c873; + color: #A31A73; + font-weight: 400; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } a:hover, a:focus, a:active { - color: #f3ac2b; + font-weight: 500; + color: #237afc; outline: none; text-decoration: none; } diff --git a/index.php b/index.php index 20bb976..958281c 100644 --- a/index.php +++ b/index.php @@ -97,6 +97,12 @@ LIMIT 4');

About the Project

Infopump

A bibliographic management and display system.

+
+

A free, open source project from:
+ The L0WL1F3 Podcast
+ Neon Dystopia
+ Cyberpunk Librarian +

diff --git a/sass/style.scss b/sass/style.scss index b62da70..0453a98 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -7,7 +7,7 @@ $padding-base-vertical: 14px !default; // $brand-primary: #52d3aa !default; // $brand-secondary: #3f95ea !default; -$brand-primary: #f7c873 !default; +$brand-primary: #A31A73 !default; $brand-secondary: #41454f !default; $brand-success: #58ca7e !default; $brand-info: #1784fb !default;