mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Css changes (var)
This commit is contained in:
parent
4f9a41dea8
commit
982244484f
5 changed files with 10 additions and 5 deletions
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
.new {
|
.new {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #191919;
|
background-color: var(--dark-color);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.newsRoot {
|
.newsRoot {
|
||||||
background-color: #191919;
|
background-color: var(--dark-color);
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
"href": "/allQuestions",
|
"href": "/allQuestions",
|
||||||
"text": "Kérdések és tárgyak"
|
"text": "Kérdések és tárgyak"
|
||||||
},
|
},
|
||||||
|
"userFiles": {
|
||||||
|
"href": "/userFiles",
|
||||||
|
"text": "StudyDocs"
|
||||||
|
},
|
||||||
"contribute": {
|
"contribute": {
|
||||||
"href": "/contribute",
|
"href": "/contribute",
|
||||||
"text": "Teendők"
|
"text": "Teendők"
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
--bright-color: #f2f2f2;
|
--bright-color: #f2f2f2;
|
||||||
--background-color: #222426;
|
--background-color: #222426;
|
||||||
--hoover-color: #393939;
|
--hoover-color: #393939;
|
||||||
|
--dark-color: #191919;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
|
||||||
|
@ -40,8 +41,8 @@ textarea {
|
||||||
input {
|
input {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
border: 0px solid #444;
|
border: 1px solid #444;
|
||||||
width: 100%;
|
width: 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus {
|
input:focus {
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
|
|
||||||
.loadMoreButton {
|
.loadMoreButton {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #191919;
|
background-color: var(--dark-color);
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue