summaryrefslogtreecommitdiff
path: root/templates/project/widgets/text/text.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/text/text.scss')
-rw-r--r--templates/project/widgets/text/text.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/project/widgets/text/text.scss b/templates/project/widgets/text/text.scss
index 4e6c6e3..45d790e 100644
--- a/templates/project/widgets/text/text.scss
+++ b/templates/project/widgets/text/text.scss
@@ -9,11 +9,11 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-text styles
// ----------------------------------------------------------------------------
-.widget-text {
+.widget-text {
background-color: $background-color;
-
- .title {
+
+ .title {
color: $title-color;
}
@@ -24,9 +24,9 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
.updated-at {
color: rgba(255, 255, 255, 0.7);
}
-
+
&.large h3 {
font-size: 65px;
}
-} \ No newline at end of file
+}