This commit is contained in:
2023-08-09 16:41:57 +03:00
parent a983d70ffa
commit e36af0a49c
2 changed files with 6 additions and 0 deletions

View File

@@ -218,6 +218,11 @@ section.register>h1 {
line-height: 22px; line-height: 22px;
} }
@font-face {
font-family: "mr_NorwesterG";
src: url("/static/fonts/mr_NorwesterG.ttf");
}
.first-column>div:nth-child(2)>div:first-child { .first-column>div:nth-child(2)>div:first-child {
color: #FFF; color: #FFF;
/* Body text 3 */ /* Body text 3 */

View File

@@ -19,6 +19,7 @@ function getNewMessageSession (){
// 'new_message' : 'False' // 'new_message' : 'False'
// } // }
// } // }
// b = cookieS
return prs_; return prs_;
} }