Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-09-04 21:55:54 +0300
committerdartcafe <github@dartcafe.de>2020-09-04 21:55:54 +0300
commitcf185ef811a28c8614190049ef886f6882c3c015 (patch)
tree758a6ac58d4c01a4a4a7e3e02d566b002b18cf6e /src
parent5a47411767d2ca8db994404bba362fc8a165ec7c (diff)
format link in description
Diffstat (limited to 'src')
-rw-r--r--src/js/App.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/js/App.vue b/src/js/App.vue
index 4b38452c..65653211 100644
--- a/src/js/App.vue
+++ b/src/js/App.vue
@@ -219,6 +219,11 @@ export default {
margin: 8px 0;
}
+.linkified {
+ font-weight: bold;
+ text-decoration: underline;
+}
+
.icon-handle {
background-image: var(--icon-polls-handle);
}