From: Clifton Palmer Date: Wed, 16 Aug 2023 09:20:26 +0000 (-0500) Subject: Added color palette swapping X-Git-Tag: 1.0.0~5 X-Git-Url: http://git.purplebirdman.com/purplebirdman.git/commitdiff_plain/266a84036a095021336eb274070f2b95db8ddce0 Added color palette swapping --- diff --git a/www/css/colors-1.css b/www/css/colors-1.css new file mode 100644 index 0000000..7b04e4d --- /dev/null +++ b/www/css/colors-1.css @@ -0,0 +1,15 @@ +.first-color { + background: #defcf9; +} + +.second-color { + background: #cadefc; +} + +.third-color { + background: #c3bef0; +} + +.fourth-color { + background: #cca8e9; +} diff --git a/www/css/colors-2.css b/www/css/colors-2.css new file mode 100644 index 0000000..125c0aa --- /dev/null +++ b/www/css/colors-2.css @@ -0,0 +1,15 @@ +.first-color { + background: #8ef6e4; +} + +.second-color { + background: #9896f1; +} + +.third-color { + background: #d59bf6; +} + +.fourth-color { + background: #edb1f1; +} diff --git a/www/css/colors.css b/www/css/colors.css new file mode 120000 index 0000000..75ee676 --- /dev/null +++ b/www/css/colors.css @@ -0,0 +1 @@ +colors-1.css \ No newline at end of file diff --git a/www/css/index-1.css b/www/css/index-1.css index f945581..810bf31 100644 --- a/www/css/index-1.css +++ b/www/css/index-1.css @@ -1,22 +1,21 @@ -body { - background: #defcf9; +a, h1, h2, h3, h4, h5, h6 { + font-family: "Space Mono", sans-serif; } .card { - background: #cadefc; width: 512px; border-radius: 24px; - padding: 8px; + padding: 32px; } .links { - background: #c3bef0; border-radius: 24px; - padding: 8px; + padding: 32px; + margin: 16px; } .link { - background: #cca8e9; border-radius: 24px; - padding: 8px; + padding: 16px; + margin: 16px; } diff --git a/www/index.html b/www/index.html index 70b93a8..331e302 100644 --- a/www/index.html +++ b/www/index.html @@ -1,21 +1,29 @@ + - -
-
+ +
+

purplebirdman

-

purplebirdman

+ Hey! I'm a comic guy who makes stuff with the help of my supporters

- + +
-