diff options
author | Oxbian <oxbian@mailbox.org> | 2024-10-13 14:27:33 -0400 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2024-10-13 14:27:33 -0400 |
commit | 8e405bd43daa8a1ce7242e1a51b4008f42d3738e (patch) | |
tree | 01bfca4abd384c2978f20dc9ff5b6ab2fed0fc6f /HTML/dropdowns.html | |
parent | 157468b84553c47d0f5ba312d815ea7195b0d6b5 (diff) | |
download | web-template-8e405bd43daa8a1ce7242e1a51b4008f42d3738e.tar.gz web-template-8e405bd43daa8a1ce7242e1a51b4008f42d3738e.zip |
feat: CSS colorscheme file, to help define a global & uniform colorschememain
Diffstat (limited to 'HTML/dropdowns.html')
-rw-r--r-- | HTML/dropdowns.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/HTML/dropdowns.html b/HTML/dropdowns.html index 6c921cc..17484da 100644 --- a/HTML/dropdowns.html +++ b/HTML/dropdowns.html @@ -5,7 +5,8 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <!-- CSS & Atom --> + <!-- CSS --> + <link rel="stylesheet" href="../CSS/colorscheme.css"> <link rel="stylesheet" href="../CSS/default.css"> <link rel="stylesheet" href="../CSS/dropdown.css"> |