From 8d06e8c918438b1b2ba6448f172ac6edbd9ea418 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Sun, 4 Oct 2020 08:22:54 +0200 Subject: [PATCH 1/3] replace dot by star --- src/app/root/home/home.component.html | 2 +- src/assets/jobs/GenerateMetaNodes.js | 4 ++-- src/assets/static/unsupported.html | 6 +++--- src/index.html | 4 ++-- src/styles/themes/theme-Material.scss | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/root/home/home.component.html b/src/app/root/home/home.component.html index e307d025..62ed74a9 100644 --- a/src/app/root/home/home.component.html +++ b/src/app/root/home/home.component.html @@ -1,7 +1,7 @@ <ng-template #arsclaim> <span class="color-changing-ars logo-header-chars">a r s </span> <span class="color-changing-nova logo-header-chars">n o v a </span> - <span class="color-changing-dot logo-header-dot">. </span> + <span class="color-changing-dot logo-header-dot">✦ </span> <span class="color-changing-click logo-header-chars logo-header-margin-for-dot">c l i c k</span> </ng-template> diff --git a/src/assets/jobs/GenerateMetaNodes.js b/src/assets/jobs/GenerateMetaNodes.js index b66fa79e..4e2eca89 100644 --- a/src/assets/jobs/GenerateMetaNodes.js +++ b/src/assets/jobs/GenerateMetaNodes.js @@ -132,8 +132,8 @@ class GenerateMetaNodes { Object.keys(themeData).forEach(theme => { const manifest = { - short_name: '★click', - name: '★click', + short_name: '✦click', + name: '✦click', description: descriptionMessage, background_color: themeData[theme].exportedAtRowStyle.bg, theme_color: themeData[theme].exportedAtRowStyle.bg, diff --git a/src/assets/static/unsupported.html b/src/assets/static/unsupported.html index bfaf8f1e..b0ad588c 100644 --- a/src/assets/static/unsupported.html +++ b/src/assets/static/unsupported.html @@ -1,13 +1,13 @@ <!doctype html> <html> <head> - <title>arsnova.click</title> + <title>✦click</title> </head> <body style="font-size:18px;font-size: 1.2rem;"> <p lang="en" - style="font-size:22px;font-size: 1.4rem;display: none;">Your browser is unsupported!<br/>Please check which browser supports the required features (click on Details of every item) to use arsnova.click. Please make also sure that you are not using the incognito / private browsing mode since the access to necessary features may be blocked.</p> + style="font-size:22px;font-size: 1.4rem;display: none;">Your browser is unsupported!<br/>Please check which browser supports the required features (click on Details of every item) to use arsnova✦click. Please make also sure that you are not using the incognito / private browsing mode since the access to necessary features may be blocked.</p> <p lang="de" - style="font-size:22px;font-size: 1.4rem;display: none;">Dein Browser wird nicht unterstützt!<br/>Bitte prüfe, welcher Browser die erforderlichen Features unterstützt (klicke auf Details in jedem Element der Liste) um arsnova.click nutzen zu können. Bitte stelle auch sicher, dass du nicht den Incognito / Privat Modus deines Browsers verwendest, da hierbei möglicherweise der Zugriff auf notwendige Features blockiert wird.</p> + style="font-size:22px;font-size: 1.4rem;display: none;">Dein Browser wird nicht unterstützt!<br/>Bitte prüfe, welcher Browser die erforderlichen Features unterstützt (klicke auf Details in jedem Element der Liste) um arsnova✦click nutzen zu können. Bitte stelle auch sicher, dass du nicht den Incognito / Privat Modus deines Browsers verwendest, da hierbei möglicherweise der Zugriff auf notwendige Features blockiert wird.</p> <p lang="en" style="display: none;">Your browser is missing the following mandatory features:</p> <p lang="de" diff --git a/src/index.html b/src/index.html index b175b776..624c3cfc 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ lang="en"> <head> - <title>.click</title> + <title>✦click</title> <meta charset="utf-8"/> @@ -67,7 +67,7 @@ <h2 class="text-center header-label text-bold my-0 position-relative arsnova-click-label"> <span class="color-changing-ars logo-header-chars">a r s </span> <span class="color-changing-nova logo-header-chars">n o v a </span> - <span class="color-changing-dot logo-header-dot">. </span> + <span class="color-changing-dot logo-header-dot">✦ </span> <span class="color-changing-click logo-header-chars logo-header-margin-for-dot">c l i c k</span> </h2> <div id="loader"></div> diff --git a/src/styles/themes/theme-Material.scss b/src/styles/themes/theme-Material.scss index 9c9b11ba..b25c96e7 100644 --- a/src/styles/themes/theme-Material.scss +++ b/src/styles/themes/theme-Material.scss @@ -137,7 +137,7 @@ $code-color: $secondary_text_color; } .bg-secondary { - background-color: $primary !important; + background-color: #212121 !important; } .bg-warning { -- GitLab From 97eb459e6b64beeb3096165b4822f85302a19fad Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Sun, 4 Oct 2020 08:35:23 +0200 Subject: [PATCH 2/3] fix test --- src/app/root/home/home.component.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/root/home/home.component.spec.ts b/src/app/root/home/home.component.spec.ts index 940cb6fa..39d98c3c 100644 --- a/src/app/root/home/home.component.spec.ts +++ b/src/app/root/home/home.component.spec.ts @@ -127,11 +127,11 @@ describe('HomeComponent', () => { } )); - it('should render \'arsnova.click\' in the main view', () => { + it('should render \'arsnova✦click\' in the main view', () => { const compiled = fixture.debugElement.nativeElement; const mainText = compiled.querySelector('#arsnova-click-description').textContent.trim().replace(/\s*\n*/g, ''); - expect(mainText).toContain('arsnova.click'); + expect(mainText).toContain('arsnova✦click'); }); describe('#sanitizeHTML', () => { -- GitLab From a17496cf631376c7103bf43e207ad1663e3df33e Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Sun, 4 Oct 2020 10:58:57 +0200 Subject: [PATCH 3/3] replace dot by star --- README.md | 4 +-- e2e/app.e2e-spec.ts | 2 +- package.json | 2 +- .../quiz-pool-admin.component.html | 2 +- src/assets/i18n/de.json | 26 +++++++++---------- src/assets/i18n/en.json | 22 ++++++++-------- src/assets/images/logo.xl.svg | 4 +-- src/index.html | 6 ++--- src/styles/themes/theme-Material.scss | 2 +- src/styles/themes/theme-blackbeauty.scss | 2 +- 10 files changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 4eed8af1..8b86892f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -#### arsnova.click v2 Frontend +#### arsnova✦click v2 Frontend ###### Installation -You can find an Installationguide [here](https://github.com/thm-projects/arsnova.click-v2/blob/master/documentation/Frontend-Installationguide.md) +You can find an installation guide [here](https://github.com/thm-projects/arsnova.click-v2/blob/master/documentation/Frontend-Installationguide.md) You can find a guide to create a custom theme [here](https://github.com/thm-projects/arsnova.click-v2/blob/master/documentation/HowToCreateCustomTheme.md) diff --git a/e2e/app.e2e-spec.ts b/e2e/app.e2e-spec.ts index daa9dc71..0811bdee 100644 --- a/e2e/app.e2e-spec.ts +++ b/e2e/app.e2e-spec.ts @@ -12,7 +12,7 @@ describe('Home: Basics', () => { page.clearSessionStorage(); }); - it('should display the arsnova.click slogan', () => { + it('should display the arsnova✦click slogan', () => { page.navigateToBaseUrl(); expect(page.getArsnovaClickSlogan()).toEqual('a r s n o v a . c l i c k'); }); diff --git a/package.json b/package.json index 9f9adad2..a28279d8 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ }, "keywords": [ "arsnova", - "arsnova.click", + "arsnova✦click", "Audience Response System" ], "author": "Christopher Fullarton", diff --git a/src/app/admin/quiz-pool-admin/quiz-pool-admin.component.html b/src/app/admin/quiz-pool-admin/quiz-pool-admin.component.html index 3e96a89d..a7c56c9f 100644 --- a/src/app/admin/quiz-pool-admin/quiz-pool-admin.component.html +++ b/src/app/admin/quiz-pool-admin/quiz-pool-admin.component.html @@ -8,7 +8,7 @@ </div> <div class="col-md d-flex align-items-center flex-column mt-3 mt-md-0"> <label class="text-muted mb-0 align-self-start" - for="import-url">Import approved pool questions from other arsnova.click server</label> + for="import-url">Import approved pool questions from other arsnova✦click server</label> <div class="input-group input-group-sm"> <input #targetImportServer class="form-control" diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json index 3bd9a191..7357f9a5 100644 --- a/src/assets/i18n/de.json +++ b/src/assets/i18n/de.json @@ -9,7 +9,7 @@ "no": "Nein", "close_window": "Fenster schließen", "cookie_consent": { - "message": "arsnova.click verwendet Cookies.", + "message": "arsnova✦click verwendet Cookies.", "dismiss": "Ich bin einverstanden.", "learn_more": "Datenschutzerklärung" }, @@ -88,7 +88,7 @@ "about": { "title": "Info", "declaration": "Ein bisschen <a href='https://getkahoot.com' target='_blank'>Kahoot!</a>, <br />ein bisschen <a href='https://socrative.com/' target='_blank'>Socrative</a>,<br />ganz viel <a href='https://arsnova.eu/' target='_blank'>ARSnova</a>!", - "ars": "arsnova.click ist ein innovatives <a href='https://de.wikipedia.org/wiki/Audience_Response_System' target='_blank'>Audience-Response-System (ARS)</a> für öffentliche Bildungseinrichtungen.", + "ars": "arsnova✦click ist ein innovatives <a href='https://de.wikipedia.org/wiki/Audience_Response_System' target='_blank'>Audience-Response-System (ARS)</a> für öffentliche Bildungseinrichtungen.", "developed_by": "Inspiriert durch <a href='https://getkahoot.com' target='_blank'>Kahoot!</a> und <a href='https://socrative.com/' target='_blank'>Socrative</a> entwickelten Informatik-Studenten der <a href='http://www.thm.de/site/' target='_blank'>THM</a> die <a href='https://de.wikipedia.org/wiki/Gamification' target='_blank'>gamifizierte</a> Alternative zum Flaggschiff <a href='https://arsnova.eu/' target='_blank'>ARSnova</a>.", "met_requirements": "<strong>Features:</strong>", "requirements": { @@ -116,10 +116,10 @@ } }, "tos": { - "declaration": "Alle (nicht nur Lehrende) dürfen die Quiz-App arsnova.click für ihre Zwecke verwenden, solange dabei nicht gegen deutsches oder EU-Recht verstoßen wird.", + "declaration": "Alle (nicht nur Lehrende) dürfen die Quiz-App arsnova✦click für ihre Zwecke verwenden, solange dabei nicht gegen deutsches oder EU-Recht verstoßen wird.", "license": { "title": "Lizenz", - "text": "arsnova.click ist ein kostenloser Webservice (Software as a Service). Die Software ist <a href='https://github.com/thm-projects/arsnova.click-v2' target='_blank'>Open Source</a> und steht unter der <a href='https://github.com/thm-projects/arsnova.click-v2/blob/master/LICENSE' target='_blank'>GNU Lesser General Public License v3.0</a>." + "text": "arsnova✦click ist ein kostenloser Webservice (Software as a Service). Die Software ist <a href='https://github.com/thm-projects/arsnova.click-v2' target='_blank'>Open Source</a> und steht unter der <a href='https://github.com/thm-projects/arsnova.click-v2/blob/master/LICENSE' target='_blank'>GNU Lesser General Public License v3.0</a>." }, "musicLicense": { "title": "Musik-Lizenz", @@ -127,12 +127,12 @@ }, "warranty": { "title": "Gewährleistung", - "text": "Wir sind bemüht, den Online-Dienst arsnova.click zuverlässig und störungsfrei zu betreiben, können dies aber nicht garantieren. Alle Quiz-Daten liegen ausschließlich im Browser-Speicher des Quizmasters. Wir übernehmen keine Haftung für den Verlust der Daten, zum Beispiel durch Löschen des Browser-Speichers, ohne zuvor die Quizze exportiert zu haben, oder bei rechtswidriger Nutzung des Dienstes." + "text": "Wir sind bemüht, den Online-Dienst arsnova✦click zuverlässig und störungsfrei zu betreiben, können dies aber nicht garantieren. Alle Quiz-Daten liegen ausschließlich im Browser-Speicher des Quizmasters. Wir übernehmen keine Haftung für den Verlust der Daten, zum Beispiel durch Löschen des Browser-Speichers, ohne zuvor die Quizze exportiert zu haben, oder bei rechtswidriger Nutzung des Dienstes." } }, "data_privacy": { "scope": "Geltungsbereich", - "declaration": "Diese Datenschutzerklärung klärt Nutzer/innen von arsnova.click über die Art, den Umfang und den Zweck der Verwendung personenbezogener Daten durch den verantwortlichen Anbieter auf. Die rechtlichen Grundlagen des Datenschutzes finden sich im Bundesdatenschutzgesetz (BDSG) und dem Telemediengesetz (TMG).", + "declaration": "Diese Datenschutzerklärung klärt Nutzer/innen von arsnova✦click über die Art, den Umfang und den Zweck der Verwendung personenbezogener Daten durch den verantwortlichen Anbieter auf. Die rechtlichen Grundlagen des Datenschutzes finden sich im Bundesdatenschutzgesetz (BDSG) und dem Telemediengesetz (TMG).", "app_data": { "title": "Anwendungsdaten", "text": "Alle Quizfragen und deren Antwortoptionen werden ausschließlich im Browser-Speicher (Web Storage) des Quizmasters gehalten." @@ -192,7 +192,7 @@ "not_available": "Nicht verfügbar - Aktualisierungen müssen manuell gesucht werden!", "currently-used": "Aktuell werden {USAGE}MiB von {QUOTA}MiB verwendet." }, - "disconnected": "Du bist gerade nicht verbunden. Du kannst nur mit Internetverbindung einem Quiz beitreten oder ein neues Quiz erstellen!", + "disconnected": "Du bist gerade offline. Du kannst nur mit einer Internetverbindung an einem Quiz teilnehmen oder ein neues Quiz erstellen.", "server_status": { "not_available": "Nicht verfügbar", "available": "Verfügbar" @@ -284,11 +284,11 @@ "optin": { "check": "Für Social Media Features anklicken", "share": "Auf Social Media teilen", - "warning": "Ich bin einverstanden, dass Tweets über arsnova.click angezeigt werden." + "warning": "Ich bin einverstanden, dass Tweets über arsnova✦click angezeigt werden." }, "tweet": { "content": { - "0": "Gerade das Quiz »{NAME}« auf arsnova.click gespielt â¤ï¸\n" + "0": "Gerade das Quiz »{NAME}« auf arsnova✦click gespielt â¤ï¸\n" } } }, @@ -787,7 +787,7 @@ "statistics": { "users": { "title": "User online", - "content": "Hier werden die Verbindungen zu arsnova.click gezählt. Natürlich sind die Daten anonymisiert. Es ist nicht möglich, Rückschlüsse auf einzelne Personen zu ziehen. Für dich ist die Zahl ein guter Hinweis, wie stark arsnova.click aktuell beansprucht wird." + "content": "Hier werden die Verbindungen zu arsnova✦click gezählt. Natürlich sind die Daten anonymisiert. Es ist nicht möglich, Rückschlüsse auf einzelne Personen zu ziehen. Für dich ist die Zahl ein guter Hinweis, wie stark arsnova✦click aktuell beansprucht wird." }, "total-quizzes": { "title": "Quizze", @@ -807,7 +807,7 @@ }, "active-participants": { "title": "Player", - "content": "Hier siehst du die aktuelle Zahl aller Player in den aktiven Quizzen. Natürlich schreiben wir Datenschutz groß: Es ist nicht möglich, einzelne Personen zu identifizieren oder ihre Aktionen nachzuverfolgen. Keine Sorge, hier geht es nur um einen groben Anhaltspunkt, wie stark arsnova.click gerade beansprucht wird." + "content": "Hier siehst du die aktuelle Zahl aller Player in den aktiven Quizzen. Natürlich schreiben wir Datenschutz groß: Es ist nicht möglich, einzelne Personen zu identifizieren oder ihre Aktionen nachzuverfolgen. Keine Sorge, hier geht es nur um einen groben Anhaltspunkt, wie stark arsnova✦click gerade beansprucht wird." }, "average-participants": { "title": "Player pro Quiz", @@ -815,11 +815,11 @@ } }, "outdated-version": { - "title": "Deine Version von arsnova.click ist veraltet", + "title": "Deine Version von arsnova✦click ist veraltet", "understood": "Verstanden!", "funnel": { "1": { - "header": "Bitte aktualisiere deine Version von arsnova.click. Das ist wichtig, weil ansonsten Fehler beim Spielen von Quizzen auftreten können.", + "header": "Bitte aktualisiere deine Version von arsnova✦click. Das ist wichtig, weil ansonsten Fehler beim Spielen von Quizzen auftreten können.", "solution": { "1": "Klicke auf den Button, um auf Aktualisierungen zu prüfen. Die Seite wird sich nach einigen Sekunden neu laden.", "2": "Falls das nicht passiert, klicke bitte hier, um zum nächsten Schritt zu gelangen" diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index d870a7cc..c20cb2a4 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -9,7 +9,7 @@ "no": "No", "close_window": "Close window", "cookie_consent": { - "message": "arsnova.click uses cookies.", + "message": "arsnova✦click uses cookies.", "dismiss": "I have read and agree.", "learn_more": "More about data privacy…" }, @@ -88,7 +88,7 @@ "about": { "title": "Info", "declaration": "A little <a href='https://getkahoot.com' target='_blank'>Kahoot!</a>, <br />a little <a href='https://socrative.com/' target='_blank'>Socrative</a>,<br />a lot <a href='https://arsnova.eu/' target='_blank'>ARSnova</a>!", - "ars": "arsnova.click is an innovative <a href='https://en.wikipedia.org/wiki/Audience_response#Classroom_use' target='_blank'>Audience-Response-System (ARS)</a> for public educational institutions.", + "ars": "arsnova✦click is an innovative <a href='https://en.wikipedia.org/wiki/Audience_response#Classroom_use' target='_blank'>Audience-Response-System (ARS)</a> for public educational institutions.", "developed_by": "Inspired by <a href='https://getkahoot.com' target='_blank'>Kahoot!</a> and <a href='https://socrative.com/' target='_blank'>Socrative</a> developed by computer science students of <a href='https://www.thm.de/site/' target='_blank'>THM</a> the <a href='https://en.wikipedia.org/wiki/Gamification' target='_blank'>gamified</a> alternative to the flagship <a href='https://arsnova.eu/' target='_blank'>ARSnova</a>.", "met_requirements": "<strong>Features:</strong>", "requirements": { @@ -116,10 +116,10 @@ } }, "tos": { - "declaration": "Everyone ( not only teachers ) is allowed to use the quiz app arsnova.click for their own purposes as long as this does not violate German or EU law.", + "declaration": "Everyone ( not only teachers ) is allowed to use the quiz app arsnova✦click for their own purposes as long as this does not violate German or EU law.", "license": { "title": "License", - "text": "arsnova.click is a free web service (Software as a Service). The software is <a href='https://github.com/thm-projects/arsnova.click-v2' target='_blank'>Open Source</a> and is licensed under the <a href='https://github.com/thm-projects/arsnova.click-v2/blob/master/LICENSE' target='_blank'>GNU Lesser General Public License v3.0</a>." + "text": "arsnova✦click is a free web service (Software as a Service). The software is <a href='https://github.com/thm-projects/arsnova.click-v2' target='_blank'>Open Source</a> and is licensed under the <a href='https://github.com/thm-projects/arsnova.click-v2/blob/master/LICENSE' target='_blank'>GNU Lesser General Public License v3.0</a>." }, "musicLicense": { "title": "Music license", @@ -192,7 +192,7 @@ "not_available": "Not available - Manual update check required!", "currently-used": "Currently {USAGE}MiB of {QUOTA}MiB used" }, - "disconnected": "You're not connected right now. You can only join a quiz or create a new quiz with an internet connection!", + "disconnected": "You are offline right now. You can only participate in a quiz or create a new quiz with an internet connection.", "server_status": { "not_available": "Not available", "available": "Available" @@ -288,7 +288,7 @@ }, "tweet": { "content": { - "0": "Just played the quiz »{NAME}« at arsnova.click â¤ï¸\n" + "0": "Just played the quiz »{NAME}« at arsnova✦click â¤ï¸\n" } } }, @@ -776,7 +776,7 @@ }, "toasts": { "swupdate": { - "message": "There is a new version of arsnova.click available. Please click here to reload the page. This will install the update automatically.", + "message": "There is a new version of arsnova✦click available. Please click here to reload the page. This will install the update automatically.", "title": "New version available" }, "can-use-token": { @@ -787,7 +787,7 @@ "statistics": { "users": { "title": "Users online", - "content": "All connections to arsnova.click are counted here. Of course the data is anonymized. It is not possible to draw conclusions about individual persons. For you the number is a good indication of how much arsnova.click is currently used." + "content": "All connections to arsnova✦click are counted here. Of course the data is anonymized. It is not possible to draw conclusions about individual persons. For you the number is a good indication of how much arsnova✦click is currently used." }, "total-quizzes": { "title": "Quizzes", @@ -807,7 +807,7 @@ }, "active-participants": { "title": "Active players", - "content": "Here you can see the current number of all players in active quizzes. Of course, we attach great importance to data protection: it is not possible to identify individual persons or to track their actions. Don't worry, this is only a rough indication of how much arsnova.click is currently used." + "content": "Here you can see the current number of all players in active quizzes. Of course, we attach great importance to data protection: it is not possible to identify individual persons or to track their actions. Don't worry, this is only a rough indication of how much arsnova✦click is currently used." }, "average-participants": { "title": "Players per quiz", @@ -815,11 +815,11 @@ } }, "outdated-version": { - "title": "Your version of arsnova.click is outdated", + "title": "Your version of arsnova✦click is outdated", "understood": "Understood!", "funnel": { "1": { - "header": "Please update your version of arsnova.click. This is important to ensure that you receive the latest features and bug fixes.", + "header": "Please update your version of arsnova✦click. This is important to ensure that you receive the latest features and bug fixes.", "solution": { "1": "Press the button to check for updates. The page will reload after a few seconds.", "2": "If that does not happen click here to follow to the next step" diff --git a/src/assets/images/logo.xl.svg b/src/assets/images/logo.xl.svg index 1120a150..bdc88355 100644 --- a/src/assets/images/logo.xl.svg +++ b/src/assets/images/logo.xl.svg @@ -13,8 +13,8 @@ y="20">nova </text> <text class="arsnova-logo-click" - style="font-size: 1.5rem;" + style="font-size: 1.2rem;" x="0" - y="45">.click + y="45">✦click </text> </svg> diff --git a/src/index.html b/src/index.html index 624c3cfc..6cc61115 100644 --- a/src/index.html +++ b/src/index.html @@ -7,18 +7,18 @@ <meta charset="utf-8"/> - <meta content="arsnova.click" + <meta content="✦click" name="application-name"> <meta content="Spielerische Alternative zum Audience Response System arsnova.eu" name="description"> <meta content="quiz app, clicker, classroom response system, ARSnova, gamification, arsnova.click" name="keywords"> - <meta content="The arsnova Team" + <meta content="The ARSnova Team" name="author"> <meta content="GPLv3" name="copyright"> - <meta content="arsnova.click" + <meta content="✦click" name="apple-mobile-web-app-title"> <meta content="true" name="HandheldFriendly"> diff --git a/src/styles/themes/theme-Material.scss b/src/styles/themes/theme-Material.scss index b25c96e7..b9f4781a 100644 --- a/src/styles/themes/theme-Material.scss +++ b/src/styles/themes/theme-Material.scss @@ -114,7 +114,7 @@ $colorChangingClick: ( ); $logo-bg: transparent; -$logo-fg: (".arsnova-logo-ars": #00796b, ".arsnova-logo-nova": #00796b, ".arsnova-logo-click": #00796b); +$logo-fg: (".arsnova-logo-ars": #00796b, ".arsnova-logo-nova": #00796b, ".arsnova-logo-click": orange); $popover-body-color: initial; diff --git a/src/styles/themes/theme-blackbeauty.scss b/src/styles/themes/theme-blackbeauty.scss index df88e12d..2aa71a70 100644 --- a/src/styles/themes/theme-blackbeauty.scss +++ b/src/styles/themes/theme-blackbeauty.scss @@ -124,7 +124,7 @@ $colorChangingClick: ( ); $logo-bg: transparent; -$logo-fg: (".arsnova-logo-ars": white, ".arsnova-logo-nova": $warning, ".arsnova-logo-click": white, ".westermann": white); +$logo-fg: (".arsnova-logo-ars": white, ".arsnova-logo-nova": white, ".arsnova-logo-click": $warning, ".westermann": white); $popover-body-color: black; -- GitLab