Skip to content

Commit

Permalink
Updates for Scrambles and Improving the theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerin3 committed Jun 14, 2023
1 parent e04cdba commit b848e3a
Show file tree
Hide file tree
Showing 5 changed files with 496 additions and 57 deletions.
2 changes: 1 addition & 1 deletion css/main.css

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

html {
user-select: none;
background-color: rgba(114, 9, 170, 0.5);
background-color: rgba(114, 9, 170, 1);
background: linear-gradient(180deg, rgba(158,0,89,1) 0%, rgba(43,14,136,1) 100%);
background-image: url("../img/Aethereal_Planes_-_Cosmic_Rift_2500x2500.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
//background: linear-gradient(180deg, rgba(158,0,89,1) 0%, rgba(43,14,136,1) 100%);
min-height: 100%;
> body {
font-family: 'Pixeloid';
Expand Down Expand Up @@ -85,10 +85,12 @@ html {
.category-title {
color: rgb(255, 255, 255);
text-shadow: rgb(255, 0, 144) 0 0 15px, rgb(255, 255, 255) 0 0 5px;
width: max-content;
width: auto;
max-width: fit-content;
margin-left: auto;
margin-right: auto;
}

.category-bg {
background: rgb(43,14,136);
background: radial-gradient(circle, rgba(43,14,136,1) 0%, rgba(113,9,170,1) 100%);
Expand All @@ -107,4 +109,9 @@ html {
}
#canopy{
height: 5px;
}
#programming-gibberish{
height: 0.8rem!important;
font-size: 0.8rem;
color: white;
}
Binary file removed img/succ-vamp2 purpleish.webp
Binary file not shown.
Loading

0 comments on commit b848e3a

Please sign in to comment.