Skip to content

Commit

Permalink
Merge pull request #54 from UTCGilligan/feature/UTCT-24-UTC-logos
Browse files Browse the repository at this point in the history
Feature/utct 24 utc logos
  • Loading branch information
UTCGilligan authored Dec 19, 2023
2 parents 5d23a23 + 953fa6b commit be53aec
Show file tree
Hide file tree
Showing 8 changed files with 2,834 additions and 518 deletions.
2 changes: 1 addition & 1 deletion frontend/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
define('description', '<strong>Long URLs annoy.</strong> Shorten and share, Mocs.<br /><small><em>Short links and URLs entered at go.UTC.edu are actively monitored by UTC IT.</em></small>');

// The favicon for your site
define('favicon', 'user/plugins/yourls-favicon/assets/favicon.ico');
define('favicon', 'user/plugins/yourls-favicon/assets/favicon.svg');

// Logo for your site, displayed on home page
define('logo', '/frontend/assets/svg/utc-wordmark-reverse.svg');
Expand Down
4 changes: 2 additions & 2 deletions user/plugins/sleeky-backend/assets/css/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -705,14 +705,14 @@ code {

a.bookmarklet {
border: none;
background: #ffffff url(/images/favicon.gif) 4px center no-repeat;
background: #ffffff url(/user/plugins/yourls-favicon/assets/favicon.gif) 4px center no-repeat;
color: #3c3c3c;
border-radius: 1px;
padding: 7px 7px 7px 25px;
color: darken(white, 80%) !important;

&:hover {
background: #e0e0e0 url(/images/favicon.gif) 4px center no-repeat;
background: #e0e0e0 url(/user/plugins/yourls-favicon/assets/favicon.gif) 4px center no-repeat;
}
}

Expand Down
2 changes: 1 addition & 1 deletion user/plugins/sleeky-backend/assets/css/dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion user/plugins/sleeky-backend/assets/css/light.css

Large diffs are not rendered by default.

Binary file removed user/plugins/sleeky-backend/assets/img/favicon.ico
Binary file not shown.
Loading

0 comments on commit be53aec

Please sign in to comment.