/*
Theme Name: Pickta
Description: A minimalistic WordPress theme designed for photographers or videographers to showcase their work in a clean and elegant manner.
Author: arridhow
Author URI: https://www.arridhow.com/
Theme URI: https://pickta.arridhow.com/
Text Domain: pickta
Requires PHP: 8.0
Requires at least: 6.0
Version: 1.0.0
*/

html {
  background-color: #000;
}

::-moz-selection {
  color: #000;
  background: #fff;
}

::selection {
  color: #000;
  background: #fff;
}

textarea:focus,
input:focus {
  outline: none;
}

.pickta-pagination .page-numbers {
  padding: 10px 20px;
  opacity: 0.6;
  font-size: 20px;
  transition: all 0.1s ease-in-out;
}

.pickta-pagination .page-numbers.current {
  opacity: 1;
}

.pickta-pagination .page-numbers:not(.current):hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
