Skip to content

Commit

Permalink
🐞[Bug]: Favicon and Color's
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 committed Jun 13, 2024
1 parent eda58cb commit c3511e6
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 236 deletions.
4 changes: 2 additions & 2 deletions Html-Files/Css-Files/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ section::before {
left: 0;
width: 50%;
height: 100%;
background: #fff38e;
background: #4bb6b7;
}

.nav_link {
Expand Down Expand Up @@ -267,7 +267,7 @@ section::before {
justify-content: center;
align-items: center;
min-height: 100vh;
background: #fff38e;
background: #4bb6b7;
}

section::before {
Expand Down
1 change: 1 addition & 0 deletions Html-Files/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>News RapiDoc</title>
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="../favicon.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
Expand Down
4 changes: 2 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/*========== Colors ==========*/
--hue: 45;
--sat: 98%;
--first-color: hsl(var(--hue), var(--sat), 60%);
--first-color: #4bb6b7;
--first-color-light: hsl(var(--hue), var(--sat), 85%);
--first-color-lighten: hsl(var(--hue), var(--sat), 80%);
--first-color-lighten: #4bb6b7;
--first-color-alt: hsl(var(--hue), var(--sat), 53%);
--title-color: hsl(var(--hue), 4%, 15%);
--text-color: hsl(var(--hue), 4%, 35%);
Expand Down
2 changes: 1 addition & 1 deletion dex.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!--=============== BOXICONS ===============-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">

<link rel="icon" type="image/x-icon" href="./favicon.png">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">

Expand Down
Loading

0 comments on commit c3511e6

Please sign in to comment.