Color fixed and logo

This commit is contained in:
2020-08-18 05:27:09 +05:00
parent b36636d8e1
commit 0bed7d7e8c
9 changed files with 125981 additions and 51 deletions

87447
public/css/app.css vendored

File diff suppressed because one or more lines are too long

13
public/css/styles.css vendored
View File

@@ -24,3 +24,16 @@
.MvWaheed {
font-family: "MvWaheed";
}
.bg-main-link {
background-color: #1D1D1B;
}
.bg-main-link:hover {
background-color: #4A5568;
}
.topics {
background-color: #1D1D1B;
color: white;
}

BIN
public/images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
public/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

38458
public/js/app.js vendored

File diff suppressed because one or more lines are too long