white
Signed-off-by: Flashwave <me@flash.moe>
This commit is contained in:
parent
3a8bcb9e5a
commit
5fada70fb4
2 changed files with 6 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
||||||
<link rel="stylesheet" type="text/css" href="{{ sakura.contentPath }}/fonts/font-awesome/font.css" />
|
<link rel="stylesheet" type="text/css" href="{{ sakura.contentPath }}/fonts/font-awesome/font.css" />
|
||||||
{{ block('css') }}
|
{{ block('css') }}
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
<script type="text/javascript" charset="utf-8" src="{{ sakura.resources }}/libraries/jquery.js"></script>
|
<script type="text/javascript" charset="utf-8" src="{{ sakura.contentPath }}/libraries/jquery.js"></script>
|
||||||
<script type="text/javascript" charset="utf-8" src="{{ sakura.contentPath }}/js/bootstrap.js"></script>
|
<script type="text/javascript" charset="utf-8" src="{{ sakura.resources }}/js/bootstrap.js"></script>
|
||||||
{{ block('js') }}
|
{{ block('js') }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -512,6 +512,10 @@ a:active {
|
||||||
content: "\f005";
|
content: "\f005";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile > .profileContent > .userDataBar > .userAccounts a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.profile > .profileContent > .userDataBar > .userAccounts > .inner > .field > div:nth-child(1) {
|
.profile > .profileContent > .userDataBar > .userAccounts > .inner > .field > div:nth-child(1) {
|
||||||
float: left;
|
float: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Reference in a new issue