From 6c715a0064b5a023dbb688caca4e1c5ab3e82b36 Mon Sep 17 00:00:00 2001 From: Daniel Messer Date: Sun, 23 Jul 2023 08:01:20 -0500 Subject: [PATCH] Added links. --- css/style.css | 6 ++++-- index.php | 6 ++++++ keywordresults.php | 8 +++++++- sass/style.scss | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) 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;