Sha256: 42aad9e8e5018378f59eb62688864800b71685629dbb7e6061678039a88ee4b7

Contents?: true

Size: 725 Bytes

Versions: 2

Compression:

Stored size: 725 Bytes

Contents

<style>
body {
  background-color: black;

  padding-left: 150px;
  padding-right: 150px;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
}

::placeholder {
  color: #6CD829;
  opacity: 0.7; 
}
  
svg {
  color: #6CD829;
  fill: currentColor;
  width: 24px;
  height: 24px;
  padding: 10px;
}
  
input {
  all: unset;
  font: 16px system-ui;
  color: #6CD829;
  height: 50%;
}
  
button {
  all: unset;
  cursor: pointer;
  width: 44px;
  height: 44px;
}

svg {
  color: #6CD829;
  fill: currentColor;
  width: 24px;
  height: 24px;
  padding: 10px;
}

div {
  background-color: #303030;
  
  text-align: center;
  
  width: "75%";
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center; 
}
</style>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
OwnSearch-0.2.0 _includes/stylesheet.html
OwnSearch-0.1.0 _includes/stylesheet.html