Deleted the welcome message cause my friends said it sucks

This commit is contained in:
Wehi
2023-05-10 02:31:42 +02:00
parent f4b8cdf732
commit 9dcaea7e5b
4 changed files with 3 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ select:focus {
.App {
background-size: cover !important;
background-position: bottom !important;
background-position: center !important;
}
.TopButton {

View File

@@ -99,17 +99,3 @@
.BarImg:hover img {
filter: invert(72%) sepia(68%) saturate(777%) hue-rotate(341deg) brightness(113%) contrast(101%);
}
.WelcomeMessage {
color: white;
writing-mode: vertical-rl;
text-orientation: upright;
text-transform: uppercase;
font-weight: 600;
padding: 10px 0 10px 0;
}
.WelcomeDiv {
background-color: rgba(0, 0, 0, 0.585);
text-align: center;
}

View File

@@ -24,13 +24,7 @@ export default class RightBar extends React.Component {
<div className="BarGithub BarImg" id="rightBarButtonGithub" onClick={() => this.openInBrowser(GITHUB)}>
<img src={Github} />
</div>
<div>
<div className="WelcomeDiv">
<span className='WelcomeMessage magic-text'>Welcome to Cultivation!</span>
</div>
</div>
</div>
</div>
)

View File

@@ -11,12 +11,10 @@
width: 20%;
height: 120%;
min-width: 357px;
padding: 0 0 140px 0;
padding: 0 0 100px 0;
}
#playButton > div {
margin-bottom: 6px;
}
#playButton .BigButton {
height: 100%;