Skip to content

Commit

Permalink
Old Blue: Fix accent colors not applying (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored May 24, 2024
1 parent 458c2cf commit f02e044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Extensions/old_blue.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//* TITLE Old Blue **//
//* VERSION 2.1.3 **//
//* VERSION 2.1.4 **//
//* DESCRIPTION No more dark blue background! **//
//* DETAILS Reverts the colour scheme and font to that of 2018 Tumblr. Overrides any Tumblr-provided color palettes. **//
//* DEVELOPER New-XKit **//
Expand Down Expand Up @@ -48,6 +48,7 @@ XKit.extensions.old_blue = new Object({
--pink: 116, 128, 137;
--accent: 82, 158, 204;
--deprecated-accent: 82, 158, 204;
--secondary-accent: 229, 231, 234;
--follow: 243, 248, 251;
Expand Down

0 comments on commit f02e044

Please sign in to comment.