Skip to content

Commit

Permalink
added vsibility
Browse files Browse the repository at this point in the history
  • Loading branch information
creatoxx authored Oct 12, 2023
1 parent 6971113 commit edfa470
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions docs/SFM_StarSystems.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" type="text/css" href="https://creatoxx.github.io/Starfield-Map-Helper/SFM_StarSystem.css"/>
<style></style>
<!--link rel="stylesheet" type="text/css" href="https://creatoxx.github.io/Starfield-Map-Helper/SFM_StarSystem.css"/-->
<style>
.star-system {
position: absolute;
display: flex;
flex-direction: row;
align-items: center;
z-index: 2;
}

.star-icon {
width: 10px;
height: 10px;
background-color: #ff5733;
border-radius: 50%;
}

.star-label {
font-size: 12px;
color: white;
margin-top: 0;
margin-left: 8px;
display: block;
}
</style>
</head>
<body>
<div id="content">
Expand Down

0 comments on commit edfa470

Please sign in to comment.