mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2024-12-22 06:05:02 -05:00
dbfda5cf9e
Add dark / light theme Add social sharing on meme pages Add approving / pending admin section Improve design Add pagination on profiles Make front end date time user friendly Finish rough draft of site And Much more... Still need to fix a few minor things before it goes live. Almost complete.
17 lines
235 B
SCSS
Vendored
17 lines
235 B
SCSS
Vendored
// Body
|
|
$body-bg: #f8fafc;
|
|
|
|
// Colors
|
|
$blue: #0d6efd;
|
|
$indigo: #6574cd;
|
|
$purple: #9561e2;
|
|
$pink: #f66d9b;
|
|
$red: #e3342f;
|
|
$orange: #ff6600;
|
|
$yellow: #ffed4a;
|
|
$green: #38c172;
|
|
$teal: #4dc0b5;
|
|
$cyan: #6cb2eb;
|
|
|
|
$primary: $orange !default;
|