Skip to content

Commit

Permalink
Merge pull request #65 from jerrylovescheese/jerrysbranch
Browse files Browse the repository at this point in the history
Updated Jan 5 2024
  • Loading branch information
jerrylovescheese authored Jan 5, 2024
2 parents 96caaff + 49ccdc1 commit f34a8e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 37 deletions.
32 changes: 2 additions & 30 deletions static/css/index-en.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,6 @@ body {
animation: welcome-animation-2 0.5s ease-in-out 0s 1;
}

@keyframes welcome-animation-1 {
0% {
scale: 0%;
}

50% {
scale: 90%;
}

100% {
scale: 85%;
}
}

@keyframes welcome-animation-2 {
0% {
scale: 0%;
}

50% {
scale: 105%;
}

100% {
scale: 100%;
}
}

@keyframes gradient-canvas {
0% {
background-color: #9b1b32;
Expand Down Expand Up @@ -143,7 +115,6 @@ body {

#clock-components {
background-color: rgba(255, 255, 255, 0.75) !important;
color: black !important;
border-color: rgba(255, 255, 255, 0.7) !important;
}

Expand Down Expand Up @@ -419,6 +390,7 @@ body {
#clock-components {
width: 264px;
height: 44px;
background-color: rgba(0, 0, 0, 0.75);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
-moz-backdrop-filter: blur(12px);
Expand All @@ -427,7 +399,7 @@ body {
line-height: 44px;
text-shadow: 0px 4px 8px rgb(148, 0, 0);
color: #ff1c1c;
border: 2px solid rgba(255, 255, 255, 1);
border: 2px solid rgba(34, 34, 34, 0.7);
border-radius: 50px;
font-family: 'Digital-7 Mono Mono';
font-size: 24px;
Expand Down
10 changes: 4 additions & 6 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,8 @@
}

#clock-components {
border-color: rgba(0, 0, 0, 1) !important;
}

#clock-components:focus {
background-color: rgba(0, 0, 0, 0.75) !important;
background-color: rgba(255, 255, 255, 0.75) !important;
border-color: rgba(255, 255, 255, 0.7) !important;
}

#homeboard-text>a,
Expand Down Expand Up @@ -422,6 +419,7 @@ body {
#clock-components {
width: 264px;
height: 44px;
background-color: rgba(0, 0, 0, 0.75);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
-moz-backdrop-filter: blur(12px);
Expand All @@ -430,7 +428,7 @@ body {
line-height: 44px;
text-shadow: 0px 4px 8px rgb(148, 0, 0);
color: #ff1c1c;
border: 2px solid rgba(255, 255, 255, 1);
border: 2px solid rgba(34, 34, 34, 0.7);
border-radius: 50px;
font-family: 'Digital-7 Mono Mono';
font-size: 24px;
Expand Down
4 changes: 3 additions & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ a:hover {
flex-direction: column;
justify-content: space-evenly;
align-items: center;
overflow: hidden;
}

#app::-webkit-scrollbar,
Expand Down Expand Up @@ -216,6 +217,7 @@ a:hover {
position: relative;
text-align: center;
position: relative;
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#button-2,
Expand Down Expand Up @@ -279,7 +281,7 @@ a:hover {
align-items: start;
overflow-x: hidden;
overflow-y: scroll;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#button-1-item-list {
Expand Down

0 comments on commit f34a8e9

Please sign in to comment.