aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-11-11 19:40:32 +0530
committerPriyansh <[email protected]>2020-11-11 19:40:32 +0530
commit4a7f71003f8992067ba3d80ae72f89e21d70569d (patch)
treed68a80e4d6d8dab4119e378783e7b9f32b10edc4 /css
parentf1c75e623f261ab0447ac38ac6777221faed425c (diff)
downloadnineties-computing-4a7f71003f8992067ba3d80ae72f89e21d70569d.tar.xz
nineties-computing-4a7f71003f8992067ba3d80ae72f89e21d70569d.zip
Added Colors - Sky Blue
Diffstat (limited to 'css')
-rw-r--r--css/colors.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/colors.css b/css/colors.css
new file mode 100644
index 0000000..e36ca5b
--- /dev/null
+++ b/css/colors.css
@@ -0,0 +1,3 @@
+.bg-skyblue {
+ background-color: #508eeb;
+}