diff options
| author | Priyansh <[email protected]> | 2020-11-11 19:40:32 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-11-11 19:40:32 +0530 |
| commit | 4a7f71003f8992067ba3d80ae72f89e21d70569d (patch) | |
| tree | d68a80e4d6d8dab4119e378783e7b9f32b10edc4 /css/colors.css | |
| parent | f1c75e623f261ab0447ac38ac6777221faed425c (diff) | |
| download | nineties-computing-4a7f71003f8992067ba3d80ae72f89e21d70569d.tar.xz nineties-computing-4a7f71003f8992067ba3d80ae72f89e21d70569d.zip | |
Added Colors - Sky Blue
Diffstat (limited to 'css/colors.css')
| -rw-r--r-- | css/colors.css | 3 |
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; +} |
