diff --git a/src/components/comments.module.css b/src/components/comments.module.css index 91e3a12..93a81a9 100644 --- a/src/components/comments.module.css +++ b/src/components/comments.module.css @@ -6,11 +6,6 @@ .commentData { padding: 5px 2px; border-left: 2px solid var(--text-color); - border-radius: 3px; -} - -.commentData:hover { - background-color: var(--hoover-color); } .commentHeader { diff --git a/src/components/newsEntry.module.css b/src/components/newsEntry.module.css index 022fca8..a8b4ee5 100644 --- a/src/components/newsEntry.module.css +++ b/src/components/newsEntry.module.css @@ -20,7 +20,6 @@ .adminPost { border-left: 2px solid yellow; - border-radius: 5px; } .newsContainer img { diff --git a/src/components/sidebar.module.css b/src/components/sidebar.module.css index 9311c00..85744a5 100644 --- a/src/components/sidebar.module.css +++ b/src/components/sidebar.module.css @@ -1,6 +1,6 @@ .container { background-color: var(--background-color); - border-left: 3px solid #99f; + border-left: 3px solid var(--text-color); top: 0; right: 0px; height: 100%; diff --git a/src/components/todoStuff/todoSidebar.module.css b/src/components/todoStuff/todoSidebar.module.css index 8159b96..b89d034 100644 --- a/src/components/todoStuff/todoSidebar.module.css +++ b/src/components/todoStuff/todoSidebar.module.css @@ -9,12 +9,12 @@ } .title { - color: #99f; + color: var(--text-color); font-size: 18px; } .name { - color: #99f; + color: var(--text-color); font-size: 20px; margin: 20px 0px; } @@ -36,7 +36,7 @@ } .button { - border: 2px solid #99f; + border: 2px solid var(--text-color); border-radius: 3px; text-align: center; cursor: pointer; diff --git a/src/constants.json b/src/constants.json index dec44ec..8650745 100644 --- a/src/constants.json +++ b/src/constants.json @@ -1,6 +1,6 @@ { "siteUrl": "https://qmining.frylabs.net/", - "apiUrl": "http://localhost:8080/", + "apiUrl": "https://api.frylabs.net/", "mobileWindowWidth": 700, "maxQuestionsToRender": 250 } diff --git a/src/defaultStyles.css b/src/defaultStyles.css index 165c227..bd26096 100644 --- a/src/defaultStyles.css +++ b/src/defaultStyles.css @@ -40,7 +40,7 @@ input { color: var(--text-color); background-color: var(--background-color); border: 1px solid #444; - border-radius: 3px; + width: 100%; } .link { diff --git a/src/pages/allQuestions.js b/src/pages/allQuestions.js index 6335750..5a82374 100644 --- a/src/pages/allQuestions.js +++ b/src/pages/allQuestions.js @@ -157,7 +157,6 @@ export default function AllQuestions({ router }) { { @@ -206,7 +205,6 @@ export default function AllQuestions({ router }) { { diff --git a/src/pages/allQuestions.module.css b/src/pages/allQuestions.module.css index f67d0b7..9304a36 100644 --- a/src/pages/allQuestions.module.css +++ b/src/pages/allQuestions.module.css @@ -1,12 +1,3 @@ -.searchBar { - margin: 10px; - color: white; - background-color: #222426; - border: none; - font-size: 18px; - flex-grow: 1; -} - .searchContainer { width: 100%; display: flex; diff --git a/src/pages/contribute.module.css b/src/pages/contribute.module.css index b3e2a02..ca49b87 100644 --- a/src/pages/contribute.module.css +++ b/src/pages/contribute.module.css @@ -35,7 +35,7 @@ } .title { - color: #9999ff; + color: var(--text-color); font-size: 30px; text-align: center; } diff --git a/src/pages/manual.js b/src/pages/manual.js index 8438e04..345d835 100644 --- a/src/pages/manual.js +++ b/src/pages/manual.js @@ -51,33 +51,26 @@ function renderMaual() { -t.
- Hogy a hibákat a saját gépemen reprodukálni tudjam, és könnyen ki bírjam - javítani, sokszor jól jön, ha egy lementett weboldalt megkapok. Így - lehet menteni egy oldalt: + Ha hibát észlesz, kérlek jelents. Hogy a hibákat a saját gépemen + reprodukálni tudjam, és könnyen ki bírjam javítani, sokszor jól jön, ha + egy lementett weboldalt megkapok, amin a hiba történik. Így lehet + menteni egy oldalt: