Add credits
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
<h2><i class="fa inline fa-feedback"></i>Filtered films</h2>
|
<h2><i class="fa inline fa-feedback"></i>Filtered films</h2>
|
||||||
<div id="feed_content"></div>
|
<div id="feed_content"></div>
|
||||||
</div>
|
</div>
|
||||||
<footer><i class="fa inline fa-power"></i>Designed & powered by Franzz, licensed under GPLv3.</footer>
|
<footer><i class="fa inline fa-power"></i>Designed & powered by Franzz, <a href="https://git.lutran.fr/franzz/ugc" title="Git Repository" target="_blank">licensed under GPLv3</a>.</footer>
|
||||||
<div class="background"></div>
|
<div class="background"></div>
|
||||||
<div id="settings">
|
<div id="settings">
|
||||||
<h1>Theaters<span id="ok_settings" class="button no_bg square fa fa-ok"></span></h1>
|
<h1>Theaters<span id="ok_settings" class="button no_bg square fa fa-ok"></span></h1>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
sass --unix-newline -l --style=compressed --watch ugc.scss:ugc.css
|
sass --style=compressed --watch ugc.scss:ugc.css
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -358,6 +358,14 @@ footer {
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
margin: 1em 0 0 0;
|
margin: 1em 0 0 0;
|
||||||
color: $ugc_color;
|
color: $ugc_color;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $ugc_color;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $comp_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Section - Settings */
|
/* Section - Settings */
|
||||||
|
|||||||
Reference in New Issue
Block a user