[O] Add comments

This commit is contained in:
Hykilpikonna
2019-12-22 22:57:32 -05:00
parent 7e5e84963a
commit c5456b64e2
+4 -1
View File
@@ -26,6 +26,9 @@
document.title = config.title.text;
}
/**
* Style for title
*/
get titleStyle()
{
let dim = `rgba(0, 0, 0, ${config.title.dim / 100})`;
@@ -49,7 +52,7 @@
#title
{
/* Center and scale the image nicely */
// Center and scale the image nicely
background-position: center;
background-repeat: no-repeat;
background-size: cover;