FEATURE: Prompt users when they are entering duplicate links

This commit is contained in:
Robin Ward
2016-06-06 16:58:35 -04:00
parent 67303d7679
commit 431179dd25
17 changed files with 168 additions and 42 deletions

View File

@@ -78,6 +78,13 @@
}
}
.custom-body {
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
p {
max-width: 98%;
}
}
.similar-topics {
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);