summaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorSimone Bortolin <simonebortolin@users.noreply.github.com>2022-08-08 09:51:54 +0200
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2022-12-19 22:56:24 +0100
commit5ade57543989c37994289d060e2f2120e418b5a9 (patch)
treeea37034190f8aa715ce119276976fb2d0be6062d /_sass
parentRemoved an erroneous Image in ont-Nokia-g-010g-q.md (diff)
downloadhack-gpon.github.io-5ade57543989c37994289d060e2f2120e418b5a9.tar
hack-gpon.github.io-5ade57543989c37994289d060e2f2120e418b5a9.tar.gz
hack-gpon.github.io-5ade57543989c37994289d060e2f2120e418b5a9.tar.bz2
hack-gpon.github.io-5ade57543989c37994289d060e2f2120e418b5a9.tar.lz
hack-gpon.github.io-5ade57543989c37994289d060e2f2120e418b5a9.tar.xz
hack-gpon.github.io-5ade57543989c37994289d060e2f2120e418b5a9.tar.zst
hack-gpon.github.io-5ade57543989c37994289d060e2f2120e418b5a9.zip
Diffstat (limited to '_sass')
-rw-r--r--_sass/color_schemes/light.scss2
-rw-r--r--_sass/custom/custom.scss63
2 files changed, 1 insertions, 64 deletions
diff --git a/_sass/color_schemes/light.scss b/_sass/color_schemes/light.scss
deleted file mode 100644
index 7526fcd..0000000
--- a/_sass/color_schemes/light.scss
+++ /dev/null
@@ -1,2 +0,0 @@
-$link-color: $blue-000;
-$btn-primary-color: $blue-200; \ No newline at end of file
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss
index 5ee5683..4f18f08 100644
--- a/_sass/custom/custom.scss
+++ b/_sass/custom/custom.scss
@@ -1,9 +1,3 @@
-$purple-400: #2A1264 !default;
-$blue-400: #122664 !default;
-$green-400: #025341 !default;
-$yellow-400: #AD8305 !default;
-$red-400: #A62323 !default;
-
.page-header {
.github-edit {
@@ -57,7 +51,7 @@ ul.metadata {
content: "•";
padding-left: 5px;
padding-right: 5px;
- color: $grey-dk-000;
+ color: $grey-500;
}
&::before {
@@ -177,61 +171,6 @@ ul.metadata {
to {top: 0; opacity: 1}
}
-.alert {
- padding: $sp-3;
- margin-bottom: $sp-3;
- overflow: auto;
- border: $border $border-color;
- border-radius: $border-radius;
-
-
- svg {
- height: $spacing-unit;
- margin-right: 0.5 * $spacing-unit;
- width: $spacing-unit;
- }
-
- &.alert-warning {
- background-color: $yellow-000;
- color: $yellow-400;
- border-color: $yellow-100;
- svg {
- fill: $yellow-400;
- }
- }
-
- &.alert-danger {
- background-color: $red-000;
- color: $red-400;
- border-color: $red-100;
- svg {
- fill: $red-400;
- }
- }
-
- &.alert-info {
- background-color: $blue-000;
- color: $blue-400;
- border-color: $blue-100;
- svg {
- fill: $blue-400;
- }
- }
-
- &.alert-success {
- background-color: $green-000;
- color: $green-400;
- border-color: $green-100;
- svg {
- fill: $green-400;
- }
- }
-}
-
-.btn-yellow {
- @include btn-color($white, $yellow-100);
-}
-
figure {
border: $border $border-color;
border-radius: $border-radius;