define style by class instead of structure

pull/1/head
ansuz 7 years ago
parent 9e4fdb7e83
commit 8def11bea3

@ -21,6 +21,7 @@
font-weight: 700;
}
}
.cp-faq-ques-det {
.cp-faq-header {
a {
@ -28,7 +29,7 @@
h4 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
span {
.cp-brand-font {
font-family: "Neuropolitical";
}
}

@ -766,7 +766,7 @@ define(function () {
out.faq_link = "FAQ";
out.faq_title = "Foire Aux Questions";
out.faq_whatis = "Qu'est-ce que CryptPad ?";
out.faq_whatis = "Qu'est-ce que <span class='cp-brand-font'>CryptPad</span> ?";
out.faq = {};
out.faq.keywords = {
title: 'Termes spéciaux',

@ -773,7 +773,7 @@ define(function () {
out.faq_link = "FAQ";
out.faq_title = "Frequently Asked Questions";
out.faq_whatis = "What is <span>CryptPad</span>?";
out.faq_whatis = "What is <span class='cp-brand-font'>CryptPad</span>?";
out.faq = {};
out.faq.keywords = {
title: 'Keywords',

Loading…
Cancel
Save