Skip to content

Commit 252e58e

Browse files
committed
⚡ Color Update
1 parent 14da679 commit 252e58e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

assets/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/hii.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
body {
2121
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
2222
Ubuntu, "Helvetica Neue", sans-serif;
23-
background-color: #ffffff;
23+
background-color: #fcfcfc;
2424
color: rgb(0, 0, 0);
2525
}
2626

@@ -33,7 +33,7 @@
3333
position: fixed !important;
3434
width: 276px !important;
3535
height: 100%;
36-
background-color: #ffffff !important;
36+
background-color: #fcfcfc !important;
3737
font-size: 19px !important;
3838
border-right: 0.5px solid #e6ecf0 !important;
3939
margin-left: 40px !important;

assets/css/home_style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
body {
2121
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
2222
Ubuntu, "Helvetica Neue", sans-serif;
23-
background-color: #ffffff;
23+
background-color: #9abd1c;
2424
color: rgb(0, 0, 0);
2525
}
2626

@@ -33,7 +33,7 @@
3333
position: fixed !important;
3434
width: 276px !important;
3535
height: 100%;
36-
background-color: #ffffff !important;
36+
background-color: #9abd1c !important;
3737
font-size: 19px !important;
3838
border-right: 0.5px solid #e6ecf0 !important;
3939
margin-left: 40px !important;
@@ -125,7 +125,7 @@
125125
#mine .grid-posts {
126126
display: grid;
127127
grid-template-columns: 64.8% auto;
128-
background-color: rgb(255, 255, 255);
128+
background-color: rgba(142, 151, 142, 0.048);
129129
margin-left: 7%;
130130
}
131131
#mine .border-right {

profile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class="img-user"
357357
<ul class="nav nav-tabs justify-content-center mt-4" id="myTab" role="tablist">
358358
<li class="nav-item">
359359
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">
360-
Tweets</a>
360+
Posts</a>
361361
</li>
362362
<li class="nav-item">
363363
<a class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile" aria-selected="false">

0 commit comments

Comments
 (0)