From da93a4893e89355c931c26692a236596c688dba0 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 13 Nov 2021 17:52:53 +0100 Subject: [PATCH] Puryzm w nomenklaturze... --- .firebase/hosting.ZGlzdA.cache | 25 +++++++++++++------------ src/App.vue | 4 +++- src/components/ListSection.vue | 2 +- src/styles/global.scss | 13 +++++++++++++ 4 files changed, 30 insertions(+), 14 deletions(-) diff --git a/.firebase/hosting.ZGlzdA.cache b/.firebase/hosting.ZGlzdA.cache index 5855084..27f9158 100644 --- a/.firebase/hosting.ZGlzdA.cache +++ b/.firebase/hosting.ZGlzdA.cache @@ -1,12 +1,13 @@ -index.html,1636813672915,708fe787e816b2f593d5063548a1a6d1bed6a811a94410fdc9fcd5d1fc05087f -favicon.ico,1636813672915,665ba81c9556ba00abb1a0fa575fe801b3c35f23481b17528a211b8c3021f7cd -css/app.7c48d73a.css,1636813672917,8a37ae9207ef1a21e4135d57aa0b2acac70ed0d10e351a04a6103dd4bf7cbbb5 -img/add-icon.a0f313fe.svg,1636813672919,be43aa8b694c90777971ad2d7f611f52c7ee172131fe2e24a82348891bb6aa18 -img/higher-icon.68df973e.svg,1636813672919,258bcb0fc4c62a0ecd53681bfa4777451e0cb4b980e1094f68d89d4077fa657a -img/lower-icon.7c306380.svg,1636813672915,286e1759ea8d4c11327f425f6d6af41603b329dab36c419b228acbea217c2080 -img/remove-icon.09c0dbc9.svg,1636813672919,1e01bccdf38cee755fc54c9768b4089fdb11d904a6b9aa86fcb20a2357dc8d61 -img/sub-icon.bfa10f67.svg,1636813672919,afa120d2f8afe18161a6ed011eb0482ef9604fd35c1d3be8cd93b1087b1138eb -js/app.06004c57.js,1636813672917,16820c61f1e5d888ff311eb674c8b8252dc49da8a62b0012ca9d6bd5624c03cd -js/app.06004c57.js.map,1636813672919,e5a7d174adc87109ccb88e91d2d2df591e26f727977bc2ed079eaae51195365e -js/chunk-vendors.6ceeb9ee.js,1636813672919,a4b3364b95be82828032b6aa63a174496e9a0a24c8789b46a0fba2d617d969cb -js/chunk-vendors.6ceeb9ee.js.map,1636813672975,40f866a01fc17da226eb5904216328df70e71b871f1f24d7d845b159aabd53bb +favicon.ico,1636821197194,665ba81c9556ba00abb1a0fa575fe801b3c35f23481b17528a211b8c3021f7cd +index.html,1636821197194,23cd67d8747e004fba43c50385130a672d54331bb1a380a0063f87c2226b7b2b +img/add-icon.a0f313fe.svg,1636821197201,be43aa8b694c90777971ad2d7f611f52c7ee172131fe2e24a82348891bb6aa18 +css/app.ba73f450.css,1636821197201,9fc69a7fbffd4326d198588a3c0de066139583e3296557e076322d2a08c5f5d5 +img/higher-icon.68df973e.svg,1636821197201,258bcb0fc4c62a0ecd53681bfa4777451e0cb4b980e1094f68d89d4077fa657a +img/lower-icon.7c306380.svg,1636821197194,286e1759ea8d4c11327f425f6d6af41603b329dab36c419b228acbea217c2080 +img/remove-icon.09c0dbc9.svg,1636821197201,1e01bccdf38cee755fc54c9768b4089fdb11d904a6b9aa86fcb20a2357dc8d61 +img/sub-icon.bfa10f67.svg,1636821197201,afa120d2f8afe18161a6ed011eb0482ef9604fd35c1d3be8cd93b1087b1138eb +img/logo.2cde3f84.svg,1636821197201,ef635852bddbab82d125952beea08f8e6d3bf2d6d57040c2f309698d02fd8bcb +js/app.db74a395.js,1636821197201,cb9f5b7a0744d494390138d5259fe03d315eaf659ede4a1561cc0bf23c147055 +js/app.db74a395.js.map,1636821197202,c9a02be8deb789cf6a83b723ba34ba578391c7803ca3165292a0241ed8d980f7 +js/chunk-vendors.6ceeb9ee.js,1636821197202,a4b3364b95be82828032b6aa63a174496e9a0a24c8789b46a0fba2d617d969cb +js/chunk-vendors.6ceeb9ee.js.map,1636821197202,40f866a01fc17da226eb5904216328df70e71b871f1f24d7d845b159aabd53bb diff --git a/src/App.vue b/src/App.vue index c00b5ef..0f2998a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,7 +13,9 @@ Ta strona ma charakter informacyjny. Autor nie ponosi odpowiedzialności za tworzenie składów niezgodnych z regulaminem symulatora Train Driver 2! - © Spythere 2021 | v{{ VERSION }} + © + Spythere + 2021 | v{{ VERSION }} diff --git a/src/components/ListSection.vue b/src/components/ListSection.vue index 0df7d62..5f6c692 100644 --- a/src/components/ListSection.vue +++ b/src/components/ListSection.vue @@ -30,7 +30,7 @@
diff --git a/src/styles/global.scss b/src/styles/global.scss index 3ed39ad..3e643f8 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -21,6 +21,19 @@ html { box-sizing: border-box; } +a { + color: white; + text-decoration: none; + + &:visited { + color: white; + } + + &:hover, &:focus { + color: $accentColor; + } +} + select, option, input,