This commit is contained in:
Tben
2022-03-11 12:14:44 +01:00
parent e114d90e10
commit 34f2c03509
4 changed files with 149 additions and 4 deletions
+8 -2
View File
@@ -23,8 +23,8 @@ html {
--sec-color-3: #688e26;
--sec-color-4: #adb2d3;
--sec-color-5: #c2a878;
--light-color-1: #ddd;
--test-color: rgb(224, 64, 64);
--light-color-1: rgb(64, 37, 216);
--test-color: rgb(113, 116, 255);
--transparent-white: rgba(255, 255, 255, 0.2);
}
@@ -81,6 +81,7 @@ header {
h1 {
font-size: 52px;
margin-top: 0;
margin-bottom: 10px;
}
/* ################################################# -- Sliders */
@@ -315,6 +316,11 @@ textarea {
background-color: var(--dark-color);
}
.tech-stack-header {
color: rgb(113, 116, 255);
margin-bottom: 3px;
}
/* ###############################################################################################
##################################################################################################
##################################################################################################
+38
View File
@@ -79,6 +79,14 @@
z-index: -10
}
.mb-0 {
margin-bottom: 0px
}
.mb-1 {
margin-bottom: 0.25rem
}
.block {
display: block
}
@@ -99,6 +107,18 @@
height: 100%
}
.h-8 {
height: 2rem
}
.h-4 {
height: 1rem
}
.h-6 {
height: 1.5rem
}
.w-10 {
width: 2.5rem
}
@@ -124,3 +144,21 @@
--tw-bg-opacity: 1;
background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}
.text-slate-600 {
--tw-text-opacity: 1;
color: rgb(71 85 105 / var(--tw-text-opacity))
}
.text-blue-600 {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity))
}
.opacity-25 {
opacity: 0.25
}
.opacity-50 {
opacity: 0.5
}